Skip to content

Commit

Permalink
Merge pull request #2301 from SaitoTech/chat/group-icons
Browse files Browse the repository at this point in the history
Icon check for group chat
  • Loading branch information
umairkhannn authored Jan 23, 2024
2 parents 8e053c5 + bddb490 commit 0035032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/chat/lib/chat-manager/popup.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = (app, mod, group, isStatic = false) => {
data-disable="true">${group.name}</div>
</div>
${group.name != mod.communityGroupName ? `
${(group.name != mod.communityGroupName && group.members.length == 2) ? `
<div class="chat-action-icons">
<div class="chat-actions">
</div>
Expand Down

0 comments on commit 0035032

Please sign in to comment.