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:
@@ -57,6 +57,7 @@ extension RoomInfo {
|
||||
numUnreadMessages: 0,
|
||||
numUnreadNotifications: 0,
|
||||
numUnreadMentions: 0,
|
||||
pinnedEventIds: [])
|
||||
pinnedEventIds: [],
|
||||
joinRule: .knock)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user