mirror of
https://github.com/matrix-construct/construct
synced 2025-02-16 16:50:12 +01:00
ircd:Ⓜ️:room::state::space: Fix default value in seek key generation.
This commit is contained in:
parent
b8a595a1c5
commit
a3f2f2082e
1 changed files with 1 additions and 1 deletions
|
@ -2947,7 +2947,7 @@ const
|
|||
char buf[dbs::ROOM_STATE_SPACE_KEY_MAX_SIZE];
|
||||
const string_view &key
|
||||
{
|
||||
dbs::room_state_space_key(buf, room.room_id, type, state_key, depth, -1UL)
|
||||
dbs::room_state_space_key(buf, room.room_id, type, state_key, depth, 0UL)
|
||||
};
|
||||
|
||||
auto it
|
||||
|
|
Loading…
Add table
Reference in a new issue