diff options
author | mousebot <mousebot@riseup.net> | 2022-01-11 18:06:57 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-01-11 21:16:18 +0100 |
commit | 1ea5edbb7cb99ad4ab192169cbf649c6e179d0cc (patch) | |
tree | 64c82093c2f515b8f8c7e4f973e8e75fe342bb61 /lisp/mastodon.el | |
parent | 5011f6634c66d0f803d60a13a471f17f0f307291 (diff) |
FIX local mentions/links checking
we remove the hacky non-check for a user handle from mastodon-tl--process-link, so that it
/always/ runs mastodon-tl--extract-userhandle-from-url.
the in extract-userhandle-from-url, we test if the url host = local instance.
if so, we just return buffer-text, which = "@user", with no suffix. else we
return a full "@user@instance.url" handle.
remove unused var after fix to userhandle parsing
Diffstat (limited to 'lisp/mastodon.el')
0 files changed, 0 insertions, 0 deletions