mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd:Ⓜ️:vm: Set need_top_head=true on internal rooms for now.
This commit is contained in:
parent
d594719e1f
commit
25a518e642
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ ircd::m::vm::inject(eval &eval,
|
|||
prev_buf, head,
|
||||
{
|
||||
16, // .limit = 16,
|
||||
!eval.room_internal, // .need_top_head = true for non-internal rooms
|
||||
true, // !eval.room_internal, // .need_top_head = true for non-internal rooms
|
||||
!eval.room_internal, // .need_my_head = true for non-internal rooms
|
||||
eval.room_version // .version = eval.room_version,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue