mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 20:35:16 +00:00
Better integration of groups conversations
This commit is contained in:
@ -600,12 +600,7 @@ const SidebarMain = {
|
||||
let a = createElem2({
|
||||
appendTo: li,
|
||||
type: "a",
|
||||
onclick: () => {
|
||||
if (!conv.group_id)
|
||||
openConversation(conv.id, true)
|
||||
else
|
||||
Page.openPage("groups/" + conv.group_id + "/conversation/" + conv.id);
|
||||
}
|
||||
onclick: () => openConversation(conv.id, true, conv.group_id)
|
||||
});
|
||||
|
||||
// Icon
|
||||
|
Reference in New Issue
Block a user