0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-25 21:38:18 +02:00

ircd:Ⓜ️:room::state::space: Fix default value in seek key generation.

This commit is contained in:
Jason Volk 2019-08-11 18:25:52 -07:00
parent b8a595a1c5
commit a3f2f2082e

View file

@ -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