mirror of
https://github.com/matrix-construct/construct
synced 2025-03-13 21:10:32 +01:00
modules/console: Rename fed/s event_auth to auth.
This commit is contained in:
parent
59982907d3
commit
cbad78ffc9
1 changed files with 2 additions and 2 deletions
|
@ -10358,7 +10358,7 @@ console_cmd__feds__head(opt &out, const string_view &line)
|
|||
}
|
||||
|
||||
bool
|
||||
console_cmd__feds__event_auth(opt &out, const string_view &line)
|
||||
console_cmd__feds__auth(opt &out, const string_view &line)
|
||||
{
|
||||
const params param{line, " ",
|
||||
{
|
||||
|
@ -11531,7 +11531,7 @@ console_cmd__fed__public_rooms(opt &out, const string_view &line)
|
|||
}
|
||||
|
||||
bool
|
||||
console_cmd__fed__event_auth(opt &out, const string_view &line)
|
||||
console_cmd__fed__auth(opt &out, const string_view &line)
|
||||
{
|
||||
const params param{line, " ",
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue