mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 05:25:53 +08:00
fix(core): public user avatar missing (#11023)
This commit is contained in:
@@ -89,7 +89,7 @@ export class PublicUserService extends Service {
|
||||
return {
|
||||
id,
|
||||
name: user.name,
|
||||
avatarUrl: user.avatarUrl,
|
||||
avatar: user.avatarUrl,
|
||||
};
|
||||
}).pipe(
|
||||
smartRetry(),
|
||||
|
||||
Reference in New Issue
Block a user