1
0

upd: federate listenbrainz, fix background federation

This commit is contained in:
Mar0xy
2023-10-06 20:53:34 +02:00
parent f81d6f8e24
commit 67cfa53118
4 changed files with 15 additions and 4 deletions
+1
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';