Mark reactions as read when reading from Matrix

This commit is contained in:
Tulir Asokan
2022-04-01 15:56:16 +03:00
parent 39ab1d0c22
commit 61f3c39cc2
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@ force_to_top = "typing"
from_first = true
combine_as_imports = true
known_first_party = "mautrix"
known_third_party = "telethon"
line_length = 99
[tool.black]