Skip to content

Commit bfb2d1d

Browse files
committed
autocomplete [nfc]: Add TODO comments for future autocomplete criteria
1 parent 78b0bb1 commit bfb2d1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/model/autocomplete.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ class MentionAutocompleteView extends ChangeNotifier {
274274
required int? streamId,
275275
required String? topic,
276276
}) {
277+
// TODO(#234): give preference to "all", "everyone" or "stream".
278+
279+
// TODO(#618): give preference to subscribed users first.
280+
277281
if (streamId != null) {
278282
final conversationPrecedence = store.recentSenders.compareByRecency(
279283
userA,

0 commit comments

Comments
 (0)