mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 22:32:26 +03:00
Passive private receipt support (#1108)
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
This commit is contained in:
parent
053b801262
commit
3c60976efa
2 changed files with 16 additions and 10 deletions
|
@ -19,6 +19,10 @@ const cons = {
|
|||
'm.room.member',
|
||||
'm.sticker',
|
||||
],
|
||||
supportReceiptTypes: [
|
||||
'm.read',
|
||||
'm.read.private',
|
||||
],
|
||||
notifs: {
|
||||
DEFAULT: 'default',
|
||||
ALL_MESSAGES: 'all_messages',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue