branch: elpa/mastodon
commit f78198bd1370a6c96ba9f6dbd88cb97cecd6b995
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
no double [[]] for quote pending
---
lisp/mastodon-tl.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 08a163b4cc..2ee37e8c53 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1980,7 +1980,7 @@ TOOT is the data for the quoting toot."
(mastodon-tl--format-quote-non-display
(format "Quote hidden, %s" state)))
((string= state "pending")
- (mastodon-tl--format-quote-non-display "[quote pending]"))
+ (mastodon-tl--format-quote-non-display "quote pending"))
(t
(concat
"\n" (mastodon-tl--quote-symbol-str) "\n"