stream_topic_history: Convert module to typescript.

This commit is contained in:
evykassirer
2024-01-01 22:03:01 -08:00
committed by Tim Abbott
parent 8a1fa8b161
commit cd58655a4b
3 changed files with 65 additions and 39 deletions

View File

@@ -1331,7 +1331,7 @@ export function with_first_message_id(stream_id, topic_name, success_cb, error_c
// possible that we might display a topic in the left sidebar
// (and thus expose the UI for moving its topic to another
// stream) without having a message ID that is definitely
// within the topic. (The comments in stream_topic_history.js
// within the topic. (The comments in stream_topic_history.ts
// discuss the tricky issues around message deletion that are
// involved here).
//