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

Group chat: basic features #202

Merged
merged 1 commit into from
Aug 26, 2016
Merged

Group chat: basic features #202

merged 1 commit into from
Aug 26, 2016

Conversation

rasom
Copy link
Member

@rasom rasom commented Aug 25, 2016

Some basic features like chat creation and messaging are reanimated as they were broken by different changes during last months.

@rasom rasom added ready and removed in progress labels Aug 25, 2016
@rasom rasom force-pushed the feature/group-chat branch 2 times, most recently from 27d880a to 25ccf14 Compare August 25, 2016 13:48
(let [is-login-screen? (= (:view-id db) :login)]
(dispatch [:set :login {}])
(dispatch [:set :current-account-id address])
(let [key (:public-key (accounts address))]
(dispatch [:set :current-publick-key key]))
Copy link
Contributor

Choose a reason for hiding this comment

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

publick => public

@rasom rasom merged commit dc65163 into develop Aug 26, 2016
@rasom rasom deleted the feature/group-chat branch August 26, 2016 13:01
@0xc1c4da 0xc1c4da removed the ready label Aug 26, 2016
0xc1c4da pushed a commit that referenced this pull request Jan 5, 2017
Group chat: basic features

Former-commit-id: dc65163
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.

None yet

3 participants