fixup Fetch avatars only when they are used
This commit is contained in:
parent
886a519d85
commit
0b1fb30a83
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue