mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-1730 - removed obsolete variables
Modification username and icon via message payload doesn't work for both post_method and upload_file. Icon must be set in Slack app configuration.
This commit is contained in:
parent
e9cbcf917c
commit
5e8f0e0152
1 changed files with 0 additions and 4 deletions
|
|
@ -26,10 +26,6 @@ class IntegrateSlackAPI(pyblish.api.InstancePlugin):
|
|||
|
||||
optional = True
|
||||
|
||||
# internal, not configurable
|
||||
bot_user_name = "OpenPypeNotifier"
|
||||
icon_url = "https://openpype.io/img/favicon/favicon.ico"
|
||||
|
||||
def process(self, instance):
|
||||
thumbnail_path = self._get_thumbnail_path(instance)
|
||||
review_path = self._get_review_path(instance)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue