We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This includes updating the user's status, which effects issue #242, and calling UpdateActivity(). See legacy JabbR for implementation details.
The text was updated successfully, but these errors were encountered:
brought over logout command, working on implementation including fixi…
bcb6853
…ng the Join function for issue #275
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"
"Microsoft.AspNetCore.SignalR.Hubs.SignalProxy" does not contain a definition for "name"
Sorry, something went wrong.
jcocchi
No branches or pull requests
This includes updating the user's status, which effects issue #242, and calling UpdateActivity().
See legacy JabbR for implementation details.
The text was updated successfully, but these errors were encountered: