Skip serialization for appservice id
This commit is contained in:
parent
120a43cceb
commit
146b72265d
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ impl Service {
|
|||
// remove the appservice from the database
|
||||
self.db
|
||||
.id_appserviceregistrations
|
||||
.del(appservice_id);
|
||||
.remove(appservice_id);
|
||||
|
||||
// deletes all active requests for the appservice if there are any so we stop
|
||||
// sending to the URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue