mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:35:10 +00:00
[MOD] Make vcard-avatars XEP-0421 tier
This commit is contained in:
parent
f743a33643
commit
db10a70313
6 changed files with 89 additions and 4 deletions
|
|
@ -248,7 +248,7 @@ IQResult(ParseeData *args, XMLElement *stanza, XMPPThread *thr)
|
|||
/* TODO: More reliable system for telling the difference appart */
|
||||
if (jid && !StrEquals(from, resource))
|
||||
{
|
||||
from_matrix = ParseeEncodeJID(args->config, jid, false);
|
||||
from_matrix = ParseeGetBridgedUserI(args, stanza, jid);
|
||||
ASSetAvatar(args->config, from_matrix, mxc);
|
||||
}
|
||||
else if (room)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue