Skip to content

Commit 80cab4c

Browse files
committed
Fill reply_to_stream_id field in TextStreamInfo on writer side as well
1 parent 24db748 commit 80cab4c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/data_stream.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ TextStreamWriter::TextStreamWriter(LocalParticipant& local_participant, const st
287287
reply_to_id_ = reply_to_id;
288288
// ✅ Canonical user-facing metadata comes from BaseStreamWriter fields.
289289
fillBaseInfo(info_, stream_id_, mime_type_, topic_, timestamp_ms_, total_size_, attributes_);
290+
info_.reply_to_stream_id = reply_to_id;
290291
}
291292

292293
void TextStreamWriter::write(const std::string& text) {

0 commit comments

Comments
 (0)