Skip to content

Commit d1c4539

Browse files
committed
autocomplete [nfc]: Add TODO comments for future autocomplete criteria
1 parent e60629e commit d1c4539

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
@@ -235,6 +235,10 @@ class MentionAutocompleteView extends ChangeNotifier {
235235
required String? topic,
236236
required PerAccountStore store,
237237
}) {
238+
// TODO(#234): give preference to "all", "everyone" or "stream"
239+
240+
// TODO(#618): give preference to subscribed users first
241+
238242
if (streamId != null) {
239243
final recencyResult = compareByRecency(userA, userB,
240244
streamId: streamId,

0 commit comments

Comments
 (0)