mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
modules/client/rooms/invite: Fix event_id to array x-value.
This commit is contained in:
parent
5d9c022f75
commit
028db422be
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ try
|
|||
revent, vmopts
|
||||
};
|
||||
|
||||
return revent.event_id;
|
||||
return revent_id;
|
||||
}
|
||||
catch(const std::exception &e)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue