feat: pinned notes and bookmarks (#255)

This commit is contained in:
Alejandro
2023-02-13 16:49:19 +01:00
committed by GitHub
parent 9a608ee5c8
commit dfcc963fa5
27 changed files with 683 additions and 67 deletions

View File

@ -68,6 +68,9 @@ export type UserMetadata = {
*/
export enum Lists {
Muted = "mute",
Pinned = "pin",
Bookmarked = "bookmark",
Followed = "follow",
}
export interface RelaySettings {