-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support file attachments for chat notifications (#700)
* always sync reactions (when chat/channel sync enabled) * always sync file attachments (when chat/channel sync enabled) * consolidate to experimentalSyncChats * make selective sync experimental * clarify syncNotifications * s/DisableSyncMsg/UseSharedChannels/ and experimental * make certificates experimental * remove untested enabledTeams setting * plugin.json: whitespace * make disableCheckCredentials internal * avoid directly mutating p.configuration in tests * support file attachments for chat notifications Fixes: https://mattermost.atlassian.net/browse/MM-58485 * restore missing `user_user_icon` * skip test timing out * MM-58851: fix merge issue re: disable vs dismiss * restore message lost in merge as well
- Loading branch information
1 parent
2be1d02
commit 0924146
Showing
9 changed files
with
114 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.