commit 6c8cf8421c702d8a8cbf8bdee61541f679c09c30 parent cbbe203d845040457b3530d96f55b3d8298dec52 Author: William Casarin <jb55@jb55.com> Date: Tue, 4 Jul 2023 13:47:44 -0700 zaps: make zap setting private Diffstat:
M | damus/Util/Zaps.swift | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/damus/Util/Zaps.swift b/damus/Util/Zaps.swift @@ -8,7 +8,7 @@ import Foundation class Zaps { - var zaps: [String: Zapping] + private(set) var zaps: [String: Zapping] let our_pubkey: String var our_zaps: [String: [Zapping]]