upd: federate listenbrainz, fix background federation

This commit is contained in:
Mar0xy 2023-10-06 20:53:34 +02:00
parent f81d6f8e24
commit 67cfa53118
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
4 changed files with 15 additions and 4 deletions

View file

@ -38,6 +38,7 @@ export type UserDetailed = UserLite & {
backgroundUrl: string | null;
backgroundBlurhash: string | null;
birthday: string | null;
listenbrainz: string | null;
createdAt: DateString;
description: string | null;
ffVisibility: 'public' | 'followers' | 'private';