MachUpskillingFY17 / JabbR-Core

Modern edition of JabbR chat client using .NET Core
MIT License
7 stars 8 forks source link

invite code command working #324

Closed gcrev93 closed 7 years ago

gcrev93 commented 7 years ago

To Test:

kevinleung23 commented 7 years ago

@gcrev93 InviteCodeCommand works as expected! Tested with multiple users. An Admin account can enter the private room without a code (which is how it should be). Having slight issues with the UI and the room registering and showing that others have entered the private room. Messages are not being recieved. Not sure if this is a SignalR context issue (most likely).

kevinleung23 commented 7 years ago

I recommend waiting for @jcocchi to implement LockCommand, retesting then merge.