Skip to content

Commit 24f3ea5

Browse files
committed
autocomplete [nfc]: Add TODO comments for future autocomplete criteria
1 parent b4aa278 commit 24f3ea5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/model/autocomplete.dart

+4
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@ class MentionAutocompleteView extends ChangeNotifier {
234234
required String? topic,
235235
required PerAccountStore store,
236236
}) {
237+
// TODO(#234): give preference to "all", "everyone" or "stream".
238+
239+
// TODO(#618): give preference to subscribed users first.
240+
237241
if (streamId != null) {
238242
final result = compareByRecency(userA, userB,
239243
streamId: streamId,

0 commit comments

Comments
 (0)