only let uploader edit image
This commit is contained in:
parent
d2d5968d02
commit
65daeb0247
7 changed files with 115 additions and 7 deletions
|
|
@ -155,6 +155,7 @@ export interface PieceChange {
|
|||
export interface ImageInfo
|
||||
{
|
||||
id: number
|
||||
uploaderUserId: number|null
|
||||
filename: string
|
||||
url: string
|
||||
title: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue