feat(service): Handle message retraction

This commit is contained in:
2022-11-20 17:30:32 +01:00
parent ef108f2e4a
commit 2dd9847566
11 changed files with 160 additions and 62 deletions

View File

@@ -198,6 +198,7 @@ Future<void> entrypoint() async {
EmeManager(),
CryptographicHashManager(),
DelayedDeliveryManager(),
MessageRetractionManager(),
])
..registerFeatureNegotiators([
ResourceBindingNegotiator(),