chat rooms join simplification
This commit is contained in:
parent
a532164997
commit
07267562bc
7 changed files with 211 additions and 183 deletions
|
|
@ -258,7 +258,9 @@ namespace Yavsc.Models
|
|||
|
||||
public DbSet<Announce> Announce { get; set; }
|
||||
|
||||
// TODO useless, to drop
|
||||
// TODO remove and opt for for memory only storing,
|
||||
// as long as it must be set empty each time the service is restarted,
|
||||
// and that chatting should be kept as must as possible independent from db context
|
||||
public DbSet<ChatConnection> ChatConnection { get; set; }
|
||||
|
||||
public DbSet<ChatRoom> ChatRoom { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue