feat: follow tags

This commit is contained in:
Alejandro Gomez
2023-02-12 22:15:50 +01:00
committed by Kieran
parent 05a024e985
commit cca7c24770

View File

@ -126,7 +126,10 @@ export interface LoginStore {
latestTags: number;
/**
<<<<<<< HEAD
=======
>>>>>>> e05bec8 (feat: follow tags)
* A list of event ids this user has pinned
*/
pinned: HexKey[];