Knock Requests banner display logic (#3550)

* added the join rule to the info

* update SDK and added logic to display the banner

in the room screen

* added the logic to display the banner
This commit is contained in:
Mauro
2024-11-25 13:14:02 +01:00
committed by GitHub
parent 0473c552b3
commit 3ce794ebfc
16 changed files with 131 additions and 42 deletions

View File

@@ -57,6 +57,7 @@ extension RoomInfo {
numUnreadMessages: 0,
numUnreadNotifications: 0,
numUnreadMentions: 0,
pinnedEventIds: [])
pinnedEventIds: [],
joinRule: .knock)
}
}