fixup Fetch avatars only when they are used

This commit is contained in:
fiaxh 2020-06-17 18:47:13 +02:00
parent 886a519d85
commit 0b1fb30a83

View file

@ -58,7 +58,7 @@ public class MucManager : StreamInteractionModule, Object {
} }
if (!mucs_joining.has_key(account)) { if (!mucs_joining.has_key(account)) {
mucs_joining[account] = new ArrayList<Jid>(); mucs_joining[account] = new ArrayList<Jid>(Jid.equals_bare_func);
} }
mucs_joining[account].add(jid); mucs_joining[account].add(jid);