fixes the compile and timestamps to db
This commit is contained in:
parent
7f542b0777
commit
f27f65c2d3
15 changed files with 36 additions and 36 deletions
|
|
@ -145,7 +145,7 @@ namespace Yavsc.Services
|
|||
if (Channels.TryRemove(roomName, out deadchanInfo))
|
||||
{
|
||||
var room = _dbContext.ChatRoom.FirstOrDefault(r => r.Name == roomName);
|
||||
room.LatestJoinPart = DateTime.Now;
|
||||
room.LatestJoinPart = DateTime.UtcNow;
|
||||
_dbContext.SaveChanges();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue