Skip to content

Commit 1719104

Browse files
chore: removed unwanted rdoc comment
1 parent 1dd01f8 commit 1719104

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/stream-chat/channel.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ def delete_image(url)
364364
#
365365
# @param [StringKeyHash] message The draft message content
366366
# @param [String] user_id The ID of the user creating/updating the draft
367-
# @param [String] parent_id Optional parent message ID for thread drafts
368367
# @return [StreamChat::StreamResponse]
369368
sig { params(message: StringKeyHash, user_id: String).returns(StreamChat::StreamResponse) }
370369
def create_draft(message, user_id)

0 commit comments

Comments
 (0)