mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-14 00:45:10 +00:00
[MOD] Use <pre>, be a little more stringent on oID
This commit is contained in:
parent
ee004ca9c0
commit
9e34ffe665
4 changed files with 10 additions and 9 deletions
|
|
@ -211,7 +211,7 @@ ParseeGetBridgedUserI(ParseeData *data, XMLElement *stanza, char *force)
|
|||
if (!is_chat)
|
||||
{
|
||||
has_anon = ServerHasXEP421(data, xmpp_from);
|
||||
is_anon = has_anon;// && StrEquals(xmpp_from, decode_from);
|
||||
is_anon = has_anon && StrEquals(xmpp_from, decode_from);
|
||||
}
|
||||
|
||||
if (is_anon || force)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue