Skip to content
Snippets Groups Projects
Verified Commit 6417dcd3 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix leaving rooms

parent 8d459dbd
No related branches found
No related tags found
No related merge requests found
Pipeline #2926 passed
......@@ -89,7 +89,7 @@ signals:
void openInviteUsersDialog(InviteesModel *invitees);
void openProfile(UserProfile *profile);
void showImagePackSettings(TimelineModel *room, ImagePackListModel *packlist);
void openLeaveRoomDialog(QString roomid, QString reason);
void openLeaveRoomDialog(QString roomid, QString reason = "");
void showImageOverlay(TimelineModel *room, QString eventId, QString url);
public slots:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment