Skip to content

Commit b36ba88

Browse files
sm-sayedignprice
authored andcommitted
autocomplete [nfc]: Add TODO comments for future autocomplete criteria
1 parent cef1769 commit b36ba88

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
@@ -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)