damus

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

commit 7514a741c0bc30a45901912653a6203d25cd5a10
parent dc7b0004bccfb1a0ae2eefc0b7fd3a1862809ca5
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 11 Jul 2023 12:17:09 -0700

docs: make note to replace old bech32 parser

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

diff --git a/damus/Models/Post.swift b/damus/Models/Post.swift @@ -64,6 +64,7 @@ func parse_post_mention(_ p: Parser, mention_type: MentionType) -> ReferencedId? } } +// TODO: replace this with our C parser func parse_post_bech32_mention(_ p: Parser) -> ReferencedId? { let start = p.pos if parse_str(p, "note") {