only let uploader edit image

This commit is contained in:
Zutatensuppe 2021-07-11 18:44:59 +02:00
parent d2d5968d02
commit 65daeb0247
7 changed files with 115 additions and 7 deletions

View file

@ -155,6 +155,7 @@ export interface PieceChange {
export interface ImageInfo
{
id: number
uploaderUserId: number|null
filename: string
url: string
title: string