chore: Follow up threads

This commit is contained in:
Christian Kußowski 2025-11-05 09:23:50 +01:00
parent 33b2ec399d
commit 64e7c7e9f6
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -934,7 +934,8 @@ class ChatController extends State<ChatPageWithRoom>
if (isArchived ||
!room.canChangeStateEvent(EventTypes.RoomPinnedEvents) ||
selectedEvents.length != 1 ||
!selectedEvents.single.status.isSent) {
!selectedEvents.single.status.isSent ||
activeThreadId != null) {
return false;
}
return true;