|
|
@ -180,6 +180,7 @@ public enum MessageReceiver {
|
|
|
|
message: Message,
|
|
|
|
message: Message,
|
|
|
|
associatedWithProto proto: SNProtoContent,
|
|
|
|
associatedWithProto proto: SNProtoContent,
|
|
|
|
openGroupId: String?,
|
|
|
|
openGroupId: String?,
|
|
|
|
|
|
|
|
openGroupReactions: [Reaction] = [],
|
|
|
|
isBackgroundPoll: Bool,
|
|
|
|
isBackgroundPoll: Bool,
|
|
|
|
dependencies: SMKDependencies = SMKDependencies()
|
|
|
|
dependencies: SMKDependencies = SMKDependencies()
|
|
|
|
) throws {
|
|
|
|
) throws {
|
|
|
@ -217,6 +218,7 @@ public enum MessageReceiver {
|
|
|
|
message: message,
|
|
|
|
message: message,
|
|
|
|
associatedWithProto: proto,
|
|
|
|
associatedWithProto: proto,
|
|
|
|
openGroupId: openGroupId,
|
|
|
|
openGroupId: openGroupId,
|
|
|
|
|
|
|
|
openGroupReactions: openGroupReactions,
|
|
|
|
isBackgroundPoll: isBackgroundPoll
|
|
|
|
isBackgroundPoll: isBackgroundPoll
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|