Reduce default zap amount and deduplicate from preset zap amount items
Changelog-Changed: Reduced default zap amount and deduplicated from preset zap amount items Closes: https://github.com/damus-io/damus/issues/3198 Signed-off-by: Terry Yiu <git@tyiu.xyz>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
import Foundation
|
||||
import UIKit
|
||||
|
||||
let fallback_zap_amount = 1000
|
||||
let fallback_zap_amount = 21
|
||||
let default_emoji_reactions = ["🤣", "🤙", "⚡", "💜", "🔥", "😀", "😃", "😄", "🥶"]
|
||||
|
||||
func setting_property_key(key: String) -> String {
|
||||
|
||||
Reference in New Issue
Block a user