We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f420f80 commit efe4d00Copy full SHA for efe4d00
src/model/medias.rs
@@ -2229,7 +2229,7 @@ impl ModelController {
2229
&None,
2230
2231
thumb.as_slice(),
2232
- requesting_user,
+ &ConnectedUser::ServerAdmin,
2233
)
2234
.await?;
2235
src/model/mod.rs
@@ -431,7 +431,7 @@ impl ModelController {
431
&kind,
432
&size,
433
image.as_slice(),
434
435
436
437
0 commit comments