mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-14 00:45:10 +00:00
[MOD] Use server_base instead of the API host
This wasn't an issue because the server I test on has the same API host as its name.
This commit is contained in:
parent
b773ebabc2
commit
dd180ee3f4
10 changed files with 29 additions and 28 deletions
|
|
@ -184,7 +184,7 @@ ScrambleOID(ParseeData *data, char *opaque_oid)
|
|||
mxid = StrConcat(
|
||||
6,
|
||||
"@", c->namespace_base, "_l_", sha, ":",
|
||||
c->homeserver_host
|
||||
c->server_base
|
||||
);
|
||||
Free(sha);
|
||||
return mxid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue