mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 00:25:17 +00:00
Fix issue with mobile version
This commit is contained in:
@ -120,7 +120,7 @@ export class ConversationsController {
|
||||
|
||||
// Update conversation name (if required)
|
||||
if(h.hasPostParameter("name")) {
|
||||
const name = h.postString("name");
|
||||
const name = h.postString("name", 0);
|
||||
await ConversationsHelper.SetName(convID, name == "false" ? "" : removeHTMLNodes(name));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user