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 24db748 commit 80cab4cCopy full SHA for 80cab4c
1 file changed
src/data_stream.cpp
@@ -287,6 +287,7 @@ TextStreamWriter::TextStreamWriter(LocalParticipant& local_participant, const st
287
reply_to_id_ = reply_to_id;
288
// ✅ Canonical user-facing metadata comes from BaseStreamWriter fields.
289
fillBaseInfo(info_, stream_id_, mime_type_, topic_, timestamp_ms_, total_size_, attributes_);
290
+ info_.reply_to_stream_id = reply_to_id;
291
}
292
293
void TextStreamWriter::write(const std::string& text) {
0 commit comments