Add typing/modernizations to BaseChatIntegration and allow using emoji unicode blocks in chats.

Review Request #13749 — Created April 22, 2024 and submitted — Latest diff uploaded

Information

rbintegrations
release-4.x

Reviewers

This change mainly adds typing and modernizations to our chat integration
class. Additionally, we deprecate non-keyword arguments in most of their
methods for easier expansion in the future.

We also give subclasses the option to use unicode blocks to represent
emojis in chat messages instead of shortcodes. This will be useful for the
upcoming Microsoft Teams integration, because Microsoft Teams can't interpret
emoji short codes.

Ran unit tests.

Changes between revision 3 and 4

orig
1
2
3
4
5
6
7
8

Commits

Summary ID Author
Add typing and modernizations to BaseChatIntegration and allow using emoji un...
7a398c35998ced328712f5a1d3bd3f1950080487 Michelle Aubin
Add typing and modernizations to chat integrations and allow using emoji unic...
0b0961f777f6c297bbbaaa1cb9a56c706ca63a92 Michelle Aubin
rbintegrations/basechat/integration.py
rbintegrations/discord/integration.py
rbintegrations/matrix/integration.py
rbintegrations/mattermost/integration.py
rbintegrations/mattermost/tests.py
rbintegrations/slack/integration.py
rbintegrations/slack/tests.py
Loading...