👽 Support new attachment reference system
This commit is contained in:
@ -106,7 +106,7 @@ class CallParticipantTile extends StatelessWidget {
|
||||
return SpeakingRippleAvatar(
|
||||
isSpeaking: live.isSpeaking,
|
||||
audioLevel: audioLevel,
|
||||
pictureId: live.participant.profile?.account.profile.pictureId,
|
||||
pictureId: live.participant.profile?.account.profile.picture?.id,
|
||||
size: 84,
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user