diff --git a/SessionMessagingKit/Configuration.swift b/SessionMessagingKit/Configuration.swift index 166f1c6ed..54e1b0258 100644 --- a/SessionMessagingKit/Configuration.swift +++ b/SessionMessagingKit/Configuration.swift @@ -19,7 +19,9 @@ public enum SNMessagingKit { // Just to make the external API nice [ _005_FixDeletedMessageReadState.self, _006_FixHiddenModAdminSupport.self, - _007_HomeQueryOptimisationIndexes.self, + _007_HomeQueryOptimisationIndexes.self + ], + [ _008_EmojiReacts.self ] ]