mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
modules/client/rooms/context: Fix missing default fetch opts. (#119)
This commit is contained in:
parent
4b628631e2
commit
749b6a7cda
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ get__context(client &client,
|
|||
|
||||
const m::event::fetch event
|
||||
{
|
||||
event_id
|
||||
event_id, default_fetch_opts
|
||||
};
|
||||
|
||||
const m::user::room &user_room
|
||||
|
|
Loading…
Reference in a new issue