Suggest subrooms by default
This commit is contained in:
parent
840b08abb8
commit
aa6e33ed1a
1 changed files with 1 additions and 1 deletions
|
|
@ -863,7 +863,7 @@ class ChatListController extends State<ChatList>
|
|||
|
||||
if (space.canSendDefaultStates) {
|
||||
for (final roomId in selectedRoomIds) {
|
||||
await space.pangeaSetSpaceChild(roomId);
|
||||
await space.pangeaSetSpaceChild(roomId, suggested: true);
|
||||
}
|
||||
}
|
||||
// Pangea#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue