From 0b3918710ae47d2377f39f4d0ab428cb75828cea Mon Sep 17 00:00:00 2001 From: William Casarin Date: Tue, 11 Apr 2023 15:16:57 -0700 Subject: [PATCH] Include #btc in custom #bitcoin hashtag Changelog-Added: Include #btc in custom #bitcoin hashtag --- damus/Util/Hashtags.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/damus/Util/Hashtags.swift b/damus/Util/Hashtags.swift index d0aab355..85167bdb 100644 --- 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,