fix: store in_reply_to on remote notes + use full handle in federation component links/actions
This commit is contained in:
@@ -39,7 +39,7 @@ export function RemoteFollowers() {
|
||||
{followers.map((actor) => (
|
||||
<li key={actor.url} className="flex items-center justify-between gap-3">
|
||||
<Link
|
||||
href={`/users/@${actor.handle}`}
|
||||
href={`/users/@${fullFediverseHandle(actor.handle, actor.url)}`}
|
||||
className="flex items-center gap-2 min-w-0 hover:opacity-80"
|
||||
>
|
||||
<UserAvatar
|
||||
|
||||
Reference in New Issue
Block a user