We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e261b9c commit 32d4b7eCopy full SHA for 32d4b7e
StreamChatSwiftUITests/Tests/ChatChannel/MessageActions_Tests.swift
@@ -217,7 +217,12 @@ class MessageActions_Tests: StreamChatTestCase {
217
let channel = ChatChannel.mockDMChannel()
218
let moderationDetails = MessageModerationDetails(
219
originalText: "Some text",
220
- action: .bounce
+ action: .bounce,
221
+ textHarms: nil,
222
+ imageHarms: nil,
223
+ blocklistMatched: nil,
224
+ semanticFilterMatched: nil,
225
+ platformCircumvented: nil
226
)
227
let message = ChatMessage.mock(
228
id: .unique,
0 commit comments