mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 22:41:12 +01:00
modules/client/rooms/invite: Fix linkage for invite__foreign routine.
This commit is contained in:
parent
4c39840352
commit
f5b73ce0c4
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ invite__room_user(const m::room &room,
|
|||
return commit(room, event, content);
|
||||
}
|
||||
|
||||
m::event::id::buf
|
||||
extern "C" m::event::id::buf
|
||||
invite__foreign(const m::event &event)
|
||||
{
|
||||
const auto &event_id
|
||||
|
|
Loading…
Reference in a new issue