fix: Cannot pin messages of other users

pull/651/head
Krille 1 year ago
parent 1759043ee8
commit 60bcc6b89f
No known key found for this signature in database

@ -865,8 +865,7 @@ class ChatController extends State<ChatPageWithRoom> {
!selectedEvents.single.status.isSent) {
return false;
}
return currentRoomBundle
.any((cl) => selectedEvents.first.senderId == cl!.userID);
return true;
}
bool get canEditSelectedEvents {

Loading…
Cancel
Save