Skip serialization for appservice id

This commit is contained in:
dasha_uwu
2025-08-26 05:16:35 +05:00
parent 120a43cceb
commit 146b72265d

View File

@@ -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