Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the Join() function in Chat.cs #275

Open
jcocchi opened this issue Nov 2, 2016 · 1 comment
Open

Fix the Join() function in Chat.cs #275

jcocchi opened this issue Nov 2, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@jcocchi
Copy link
Contributor

jcocchi commented Nov 2, 2016

This includes updating the user's status, which effects issue #242, and calling UpdateActivity().
See legacy JabbR for implementation details.

@jcocchi jcocchi added this to the 0.6 milestone Nov 2, 2016
@jcocchi jcocchi self-assigned this Nov 2, 2016
jcocchi added a commit that referenced this issue Nov 2, 2016
@jcocchi
Copy link
Contributor Author

jcocchi commented Nov 7, 2016

The join function is now working on dev except for issue #129 and the inability to call

Clients.Caller.id = user.Id;
Clients.Caller.name = user.Name;
Clients.Caller.hash = user.Hash;
Clients.Caller.unreadNotifications = user.Notifications.Count(n => !n.Read);

in the LogOn() function due to the exception "Microsoft.AspNetCore.SignalR.Hubs.SignalProxy" does not contain a definition for "name"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants