damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 0b3918710ae47d2377f39f4d0ab428cb75828cea
parent 1320ff6bec8fae0c03cdb66fba9d629b493e9cfe
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 11 Apr 2023 15:16:57 -0700

Include #btc in custom #bitcoin hashtag

Changelog-Added: Include #btc in custom #bitcoin hashtag

Diffstat:
Mdamus/Util/Hashtags.swift | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/damus/Util/Hashtags.swift b/damus/Util/Hashtags.swift @@ -29,6 +29,7 @@ struct CustomHashtag { let custom_hashtags: [String: CustomHashtag] = [ "bitcoin": CustomHashtag.bitcoin, + "btc": CustomHashtag.bitcoin, "nostr": CustomHashtag.nostr, "coffee": CustomHashtag.coffee, "coffeechain": CustomHashtag.coffee,