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

Ui updates #10

Merged
merged 6 commits into from
Dec 24, 2019
Merged

Ui updates #10

merged 6 commits into from
Dec 24, 2019

Conversation

DarraghClarke
Copy link
Owner

Client getting some TLC, showing if users are online, or when they were last online

Test by running the services in docker, and then launching client and connecting

if (message.contains("\"sender\":")){//element unique to message tyoe
Message msg = gson.fromJson(message, Message.class);
controller.addToChat(msg);
} else if (message.contains("\"gateway\":")){//element unique to session type
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens if I call my user "sender" or "gateway"

@oisinq oisinq merged commit deffd76 into master Dec 24, 2019
@oisinq oisinq deleted the UI_updates branch December 24, 2019 00:05
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants