mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
Room preview of room link: made join work
This commit is contained in:
@@ -1430,10 +1430,10 @@
|
||||
}
|
||||
else if (view == previewHeader.leftButton)
|
||||
{
|
||||
if (roomPreviewData.emailInvitation)
|
||||
if (roomPreviewData)
|
||||
{
|
||||
// Attempt to join the room
|
||||
// TODO: link without invitation params
|
||||
// Note in case of simple link to a room the signUrl param is nil
|
||||
[self joinRoomWithRoomId:roomPreviewData.roomId andSignUrl:roomPreviewData.emailInvitation.signUrl completion:^(BOOL succeed) {
|
||||
|
||||
if (succeed)
|
||||
|
||||
Reference in New Issue
Block a user