mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix leaving rooms
This commit is contained in:
parent
8d459dbddc
commit
6417dcd398
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue