⚡ Optimize caching on chat member
🐛 Trying to fix uploading file permission check
This commit is contained in:
@ -228,6 +228,11 @@ public class CallParticipant
|
||||
/// </summary>
|
||||
public Guid? AccountId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The participant's profile in the chat
|
||||
/// </summary>
|
||||
public ChatMember? Profile { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// When the participant joined the call
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user