hide time in bookmarks

This commit is contained in:
Alejandro Gomez 2023-02-10 11:07:01 +01:00 committed by Kieran
parent 3924aa0206
commit fbd31526b7
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -126,6 +126,7 @@ export interface LoginStore {
latestTags: number;
/**
* A list of event ids this user has pinned
*/
pinned: HexKey[];