mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
modules/client/rooms/join: No need to parse the unused and deprecated origin field here.
This commit is contained in:
parent
48a8057cb5
commit
f728906505
1 changed files with 1 additions and 7 deletions
|
@ -260,19 +260,13 @@ bootstrap(const net::hostport &host,
|
||||||
bootstrap_send_join(host, room_id, event_id)
|
bootstrap_send_join(host, room_id, event_id)
|
||||||
};
|
};
|
||||||
|
|
||||||
const json::string &origin
|
|
||||||
{
|
|
||||||
response["origin"]
|
|
||||||
};
|
|
||||||
|
|
||||||
log::info
|
log::info
|
||||||
{
|
{
|
||||||
m::log, "join bootstrap joined to %s for %s at %s to '%s' reporting '%s'",
|
m::log, "join bootstrap joined to %s for %s at %s to '%s'",
|
||||||
string_view{room_id},
|
string_view{room_id},
|
||||||
string_view{user_id},
|
string_view{user_id},
|
||||||
string_view{event_id},
|
string_view{event_id},
|
||||||
string(rembuf, host),
|
string(rembuf, host),
|
||||||
string_view{origin},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Always eval the auth_chain before anything else
|
// Always eval the auth_chain before anything else
|
||||||
|
|
Loading…
Reference in a new issue