mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-10 05:48:46 +00:00
Added optional filter for emojis on instance
This commit is contained in:
parent
c5d552e7d8
commit
cbbebe6b15
6 changed files with 14 additions and 1 deletions
|
@ -12,6 +12,7 @@ type Settings struct {
|
|||
DarkMode bool `json:"dark_mode"`
|
||||
AntiDopamineMode bool `json:"anti_dopamine_mode"`
|
||||
HideUnsupportedNotifs bool `json:"hide_unsupported_notifs"`
|
||||
InstanceEmojiFilter string `json:"instance_emoji_filter"`
|
||||
AddReactionsFilter string `json:"add_reactions_filter"`
|
||||
CSS string `json:"css"`
|
||||
}
|
||||
|
@ -29,6 +30,7 @@ func NewSettings() *Settings {
|
|||
DarkMode: false,
|
||||
AntiDopamineMode: false,
|
||||
HideUnsupportedNotifs: false,
|
||||
InstanceEmojiFilter: "",
|
||||
AddReactionsFilter: "",
|
||||
CSS: "",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue