mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 00:14:07 +01:00
modules/client/rooms/invite: Send infolog message on invite reception.
This commit is contained in:
parent
e82b58728a
commit
8d8142d5eb
1 changed files with 8 additions and 0 deletions
|
@ -257,6 +257,14 @@ try
|
||||||
"Invite event no longer verified by our signature."
|
"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;
|
m::vm::opts vmopts;
|
||||||
vmopts.infolog_accept = true;
|
vmopts.infolog_accept = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue