Can delete member image
This commit is contained in:
@ -128,3 +128,9 @@ pub const ALLOWED_PHOTOS_MIMETYPES: [&str; 6] = [
|
||||
|
||||
/// Uploaded photos max size
|
||||
pub const PHOTOS_MAX_SIZE: usize = 10 * 1000 * 1000;
|
||||
|
||||
/// Thumbnail width
|
||||
pub const THUMB_WIDTH: u32 = 150;
|
||||
|
||||
/// Thumbnail height
|
||||
pub const THUMB_HEIGHT: u32 = 150;
|
||||
|
Reference in New Issue
Block a user