Add software info on hover (#194)

Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: https://akkoma.dev/AkkomaGang/pleroma-fe/pulls/194
This commit is contained in:
floatingghost 2022-11-06 22:52:25 +00:00
parent 15bac1e401
commit 3286641f3c
3 changed files with 14 additions and 0 deletions

View file

@ -88,6 +88,9 @@ export const parseUser = (data) => {
output.friends_count = data.following_count
output.bot = data.bot
if (data.akkoma) {
output.instance = data.akkoma.instance
}
if (data.pleroma) {
const relationship = data.pleroma.relationship