Skip to content

Commit

Permalink
buffer: Add signal to display name workarounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghallberg authored and poljar committed Sep 8, 2022
1 parent c2d2a52 commit 989708d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matrix/buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,7 @@ def add_user(self, user_id, date, is_state, force_add=False):
user.user_id.startswith("@whatsapp_") or
user.user_id.startswith("@facebook_") or
user.user_id.startswith("@telegram_") or
user.user_id.startswith("@signal_") or
user.user_id.startswith("@_telegram_") or
user.user_id.startswith("@_xmpp_") or
user.user_id.startswith("@irc_")):
Expand Down

0 comments on commit 989708d

Please sign in to comment.