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 43122a1 commit cd84f8bCopy full SHA for cd84f8b
lib/stream-chat/moderation.rb
@@ -16,7 +16,7 @@ class Moderation
16
user: 'stream:user',
17
message: 'stream:chat:v1:message'
18
}.freeze,
19
- T::Hash[T.Symbol, T.String]
+ T::Hash[Symbol, String]
20
)
21
22
sig { params(client: Client).void }
0 commit comments