diff options
author | mousebot <mousebot@riseup.net> | 2021-05-16 14:43:34 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-05-16 14:43:34 +0200 |
commit | a34f569583ead91893468c4080502b1a89d23988 (patch) | |
tree | b84b2f0782a5ac2a14e67f39acaaca746f098a3a /lisp/mastodon-toot.el | |
parent | e1269b9fbf87013a9909cfced340fa47f43dc33a (diff) |
clean-up edits after flycheck/bytecompile.
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 4e57158..52af778 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -224,7 +224,7 @@ Mastodon requires the full user@domain, even in the case of local accts. eg. \"user\" -> \"user@local.social \" (when local.social is the domain of the mastodon-instance-url). eg. \"yourusername\" -> \"\" -eg. \"feduser@fed.social\" -> \"feduser@fed.social\" " +eg. \"feduser@fed.social\" -> \"feduser@fed.social\"." (cond ((string-match-p "@" acct) (concat "@" acct " ")) ; federated acct ((string= (mastodon-auth--user-acct) acct) "") ; your acct (t (concat "@" acct "@" ; local acct |