fixes the compile and timestamps to db
This commit is contained in:
parent
abfc68a809
commit
bed9c8a272
15 changed files with 36 additions and 36 deletions
|
|
@ -204,7 +204,7 @@ namespace Yavsc.Server.Hubs
|
|||
// TODO get and require some admin status for current user on this channel
|
||||
newRoom.Topic = channelInfo.Topic;
|
||||
}
|
||||
newRoom.LatestJoinPart = DateTime.Now;
|
||||
newRoom.LatestJoinPart = DateTime.UtcNow;
|
||||
|
||||
_dbContext.ChatRoom.Add(newRoom);
|
||||
_dbContext.SaveChanges(user.Id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue