Passive private receipt support (#1108)

Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
This commit is contained in:
greentore 2023-07-24 06:40:43 +02:00 committed by GitHub
parent 053b801262
commit 3c60976efa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 10 deletions

View file

@ -19,6 +19,10 @@ const cons = {
'm.room.member',
'm.sticker',
],
supportReceiptTypes: [
'm.read',
'm.read.private',
],
notifs: {
DEFAULT: 'default',
ALL_MESSAGES: 'all_messages',