Trim group titles when creating or editing
* Trim group titles when creating or editing * Trim title in more places
This commit is contained in:
parent
2cd29e1b63
commit
80e3582d01
3 changed files with 31 additions and 7 deletions
|
@ -731,7 +731,7 @@ function createGroup(): ThunkAction<
|
|||
|
||||
try {
|
||||
const conversation = await groups.createGroupV2({
|
||||
name: composer.groupName,
|
||||
name: composer.groupName.trim(),
|
||||
avatar: composer.groupAvatar,
|
||||
conversationIds: composer.selectedConversationIds,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue