Hotfix setPushers

This commit is contained in:
Christian Pauly 2020-06-10 06:36:16 +00:00
parent b8c58faaab
commit cf430cc546
1 changed files with 1 additions and 0 deletions

View File

@ -1527,6 +1527,7 @@ class MatrixApi {
await request( await request(
RequestType.POST, RequestType.POST,
'/client/r0/pushers/set', '/client/r0/pushers/set',
data: data,
); );
return; return;
} }