mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
new app server and database + added hub and controller of user profile
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Govor.Core.Models;
|
||||
using Govor.Core.Models.Messages;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Govor.Contracts.Requests;
|
||||
|
||||
@@ -14,4 +15,6 @@ public class MediaUploadRequest
|
||||
public string MimeType { get; set; } = string.Empty;
|
||||
[Required]
|
||||
public string EncryptedKey { get; set; } = string.Empty;
|
||||
[Required]
|
||||
public MediaOwnerType OwnerType { get; set; } = MediaOwnerType.Message;
|
||||
}
|
||||
Reference in New Issue
Block a user