Fix bug
This commit is contained in:
parent
eadf305174
commit
eca414cad9
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class ApiHelper {
|
|||
final response = await http.post(
|
||||
settings.homeserver.replace(
|
||||
path:
|
||||
"_matrix/client/v3/rooms/${getRoomId(settings.adminRoom)}/send/m.room.message/${getTxn()}",
|
||||
"_matrix/client/v3/rooms/${await getRoomId(settings.adminRoom)}/send/m.room.message/${getTxn()}",
|
||||
),
|
||||
headers: await getHeaders(),
|
||||
body: json.encode({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue