feat: add option for relay hint

This commit is contained in:
reya
2024-05-26 08:23:29 +07:00
parent b90ad1421f
commit 4dc13385a5
6 changed files with 56 additions and 20 deletions

View File

@@ -4,6 +4,7 @@ export interface Settings {
autoUpdate: boolean;
zap: boolean;
nsfw: boolean;
gossip: boolean;
[key: string]: string | number | boolean;
}