Skip to content

Commit 417d6f3

Browse files
author
Rafael Marinho
committed
remove comment
1 parent 69d60f4 commit 417d6f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/stream-chat/client.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,8 +1071,6 @@ def query_reminders(user_id, filter_conditions = {}, sort: nil, **options)
10711071
# @return [StreamChat::StreamResponse] API response
10721072
sig { params(data: T.nilable(StringKeyHash)).returns(StreamChat::StreamResponse) }
10731073
def mark_channels_delivered(data = nil)
1074-
# Note: In the Ruby SDK, we don't have access to user privacy settings from the client
1075-
# The server will handle the delivery_receipts check and return appropriate response
10761074
post('channels/delivered', data: data || {})
10771075
end
10781076

0 commit comments

Comments
 (0)