file permission
parent
a0b4e420e5
commit
4de7aae3c7
2
.env
2
.env
|
|
@ -1,2 +1,2 @@
|
|||
VITE_API_URL=https://peptide.chat/api
|
||||
# VITE_API_URL=http://local.revolt.chat:8000
|
||||
#VITE_API_URL=http://local.revolt.chat:8000
|
||||
|
|
|
|||
|
|
@ -627,7 +627,7 @@ export default observer(({ channel }: Props) => {
|
|||
)}
|
||||
</FloatingLayer>
|
||||
<Base>
|
||||
{channel.havePermission("UploadFiles") ? (
|
||||
{/* {channel.havePermission("UploadFiles") ? ( */}
|
||||
<FileAction>
|
||||
<FileUploader
|
||||
size={24}
|
||||
|
|
@ -664,9 +664,9 @@ export default observer(({ channel }: Props) => {
|
|||
}}
|
||||
/>
|
||||
</FileAction>
|
||||
) : (
|
||||
{/* ) : (
|
||||
<ThisCodeWillBeReplacedAnywaysSoIMightAsWellJustDoItThisWay__Padding />
|
||||
)}
|
||||
)} */}
|
||||
<TextAreaAutoSize
|
||||
autoFocus
|
||||
hideBorder
|
||||
|
|
|
|||
Loading…
Reference in New Issue