Skip serialization for appservice id
This commit is contained in:
@@ -138,7 +138,7 @@ impl Service {
|
|||||||
// remove the appservice from the database
|
// remove the appservice from the database
|
||||||
self.db
|
self.db
|
||||||
.id_appserviceregistrations
|
.id_appserviceregistrations
|
||||||
.del(appservice_id);
|
.remove(appservice_id);
|
||||||
|
|
||||||
// deletes all active requests for the appservice if there are any so we stop
|
// deletes all active requests for the appservice if there are any so we stop
|
||||||
// sending to the URL
|
// sending to the URL
|
||||||
|
|||||||
Reference in New Issue
Block a user