fix: Cannot pin messages of other users

This commit is contained in:
Krille 2023-11-06 14:25:56 +01:00
parent 1759043ee8
commit 60bcc6b89f
No known key found for this signature in database

View file

@ -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 {