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:
Petr Kalis 2022-01-12 17:02:58 +01:00
parent e9cbcf917c
commit 5e8f0e0152

View file

@ -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)