Skip to content

Commit

Permalink
ircd::m::init::backfill: Fix missing acquire options.
Browse files Browse the repository at this point in the history
  • Loading branch information
jevolk committed May 14, 2020
1 parent 5512897 commit 72f9fcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions matrix/init_backfill.cc
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ void
ircd::m::init::backfill::handle_room(const room::id &room_id)
{
m::acquire::opts opts;
opts.head = true;
opts.missing = true;
m::acquire::acquire
{
room_id, opts
Expand Down

0 comments on commit 72f9fcb

Please sign in to comment.