Re-enable note zaps ⚡️
Let's go! Changelog-Changed: Re-enabled note zaps as permitted by the new App Store guidelines Closes: https://github.com/damus-io/damus/issues/3016 Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
@@ -174,8 +174,12 @@ class UserSettingsStore: ObservableObject {
|
|||||||
var truncate_timeline_text: Bool
|
var truncate_timeline_text: Bool
|
||||||
|
|
||||||
/// Nozaps mode gimps note zapping to fit into apple's content-tipping guidelines. It can not be configurable to end-users on the app store
|
/// Nozaps mode gimps note zapping to fit into apple's content-tipping guidelines. It can not be configurable to end-users on the app store
|
||||||
@Setting(key: "nozaps", default_value: true)
|
///
|
||||||
var nozaps: Bool
|
/// Update 2025-05-12: This can be re-enabled 🥳. See https://github.com/damus-io/damus/issues/3016
|
||||||
|
// @Setting(key: "nozaps", default_value: true)
|
||||||
|
var nozaps: Bool {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
@Setting(key: "truncate_mention_text", default_value: true)
|
@Setting(key: "truncate_mention_text", default_value: true)
|
||||||
var truncate_mention_text: Bool
|
var truncate_mention_text: Bool
|
||||||
|
|||||||
Reference in New Issue
Block a user