GoToSocial: support avatar/header descriptions, RSS fields

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-07-26 14:20:33 +02:00
parent ed81e73003
commit ebb5f30eac
37 changed files with 330 additions and 70 deletions

View File

@ -29,6 +29,7 @@ const GroupAvatar = (props: IGroupAvatar) => {
})
}
src={group.avatar}
alt={group.avatar_description}
size={size}
/>
);