mirror of
https://github.com/matrix-construct/construct
synced 2025-04-29 13:04:17 +02:00
modules/console: Fix room state rebuild's room_id parameter translation.
This commit is contained in:
parent
12d4b6b53e
commit
0f18b8dc8d
1 changed files with 1 additions and 1 deletions
|
@ -9977,7 +9977,7 @@ console_cmd__room__state__rebuild(opt &out, const string_view &line)
|
|||
"room_id"
|
||||
}};
|
||||
|
||||
const auto &room_id
|
||||
const m::room::id::buf room_id
|
||||
{
|
||||
param.at("room_id") != "*" && param.at("room_id") != "remote_joined_only"?
|
||||
m::room_id(param.at(0)):
|
||||
|
|
Loading…
Add table
Reference in a new issue