0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 05:08:59 +02:00

modules/client/rooms/invite: Send infolog message on invite reception.

This commit is contained in:
Jason Volk 2019-07-13 20:39:13 -07:00
parent e82b58728a
commit 8d8142d5eb

View file

@ -257,6 +257,14 @@ try
"Invite event no longer verified by our signature."
};
log::info
{
m::log, "Invite %s in %s accepted by '%s'",
string_view{event.event_id},
string_view{room_id},
string_view{target.host()},
};
m::vm::opts vmopts;
vmopts.infolog_accept = true;