[FIX] Avatars not loading on share extension when Accounts_AvatarBlockUnauthenticatedAccess is enabled (#1339)
This commit is contained in:
parent
ab1b6fbcc3
commit
85cea01030
|
@ -291,7 +291,7 @@ class ShareListView extends React.Component {
|
|||
return (
|
||||
<DirectoryItem
|
||||
user={{
|
||||
userId,
|
||||
id: userId,
|
||||
token
|
||||
}}
|
||||
title={this.getRoomTitle(item)}
|
||||
|
|
Loading…
Reference in New Issue