Implement tag auto-completion by history (#6621)
This is a functionality similar to one implemented in Pawoo:
21a3c70f80
This commit is contained in:
committed by
Eugen Rochko
parent
778b37790b
commit
460e380d38
@ -44,3 +44,4 @@ export default class Settings {
|
||||
}
|
||||
|
||||
export const pushNotificationsSetting = new Settings('mastodon_push_notification_data');
|
||||
export const tagHistory = new Settings('mastodon_tag_history');
|
||||
|
Reference in New Issue
Block a user