chore: Follow up threads
This commit is contained in:
parent
33b2ec399d
commit
64e7c7e9f6
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue