Closed traumschule closed 4 years ago
tested mentions. looks like domain part should be cropped. Or maybe put the hole username (with domain) inside <span>$2</span>
and renders incorrect url in cc (which will be used by server to notify person which was mentioned)
thanks for testing! needs some more :)
Have tested mentions, works fine Mentioned user do not follow test acc, still got post where he is mentioned
Same time, fallback to webginger failed when tried to search for putinhujlo@pleroma.site
see #26, #27
Note: the output specification requires
"cc": [<user_id>]
. When mentioning multiple users backend raised 500 because the cc list was inserted as an array. Hence line 46 in Publish.svelte isap_object.cc = mentions.map(m => m.href);
instead ofap_object.cc = [mentions.map(m => m.href)];