mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
test to make server
This commit is contained in:
@@ -72,14 +72,6 @@ public class ProfileController : ControllerBase
|
||||
await _profileService.SetNewIcon(userId, mediaInfo.MediaId);
|
||||
var iconId = mediaInfo.MediaId;
|
||||
|
||||
var payload = new { userId, iconId };
|
||||
|
||||
await _profileHubContext.Clients.All.SendAsync(
|
||||
"AvatarUpdated",
|
||||
payload
|
||||
);
|
||||
|
||||
|
||||
return Ok(mediaInfo);
|
||||
}
|
||||
catch (System.Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user