NIP-65: Relay list metada (#238)

This commit is contained in:
Alejandro
2023-02-10 20:23:52 +01:00
committed by GitHub
parent d13904b8e2
commit 5153f5c90a
29 changed files with 304 additions and 20 deletions

View File

@ -26,6 +26,11 @@ export interface UserPreferences {
*/
enableReactions: boolean;
/**
* Reaction emoji
*/
reactionEmoji: string;
/**
* Automatically load media (show link only) (bandwidth/privacy)
*/
@ -176,6 +181,7 @@ export const InitState = {
dmInteraction: 0,
preferences: {
enableReactions: true,
reactionEmoji: "+",
autoLoadMedia: "follows-only",
theme: "system",
confirmReposts: false,