0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-08 13:08:56 +02:00

ircd:Ⓜ️:vm::fetch: Additional information for auth fetch hint.

This commit is contained in:
Jason Volk 2020-11-20 22:10:02 -08:00
parent 28c4b38641
commit 1b69454f85

View file

@ -270,9 +270,17 @@ try
{
!my_host(eval.opts->node_id)?
eval.opts->node_id:
event.event_id.host() && !my_host(event.event_id.host())?
event.event_id.host():
!my_host(json::get<"origin"_>(event))?
string_view(json::get<"origin"_>(event)):
string_view{}
room.room_id.host() && !my_host(room.room_id.host())?
room.room_id.host():
string_view{}
};
log::debug