feat: pinned notes and bookmarks (#255)
This commit is contained in:
@ -68,6 +68,9 @@ export type UserMetadata = {
|
||||
*/
|
||||
export enum Lists {
|
||||
Muted = "mute",
|
||||
Pinned = "pin",
|
||||
Bookmarked = "bookmark",
|
||||
Followed = "follow",
|
||||
}
|
||||
|
||||
export interface RelaySettings {
|
||||
|
Reference in New Issue
Block a user