Skip to content

Commit

Permalink
Fix emoji's
Browse files Browse the repository at this point in the history
  • Loading branch information
delneg committed Feb 26, 2017
1 parent 32f343e commit 7a9179c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,16 @@ Now you can start a dialog using ::
Features
--------

* :white_check_mark: Uses current app model (get_user_model() and settings.AUTH_USER_MODEL)
* :white_check_mark: Translatable (uses ugettext and {% trans %} )
* :white_check_mark: One-to-one user chat
* :white_check_mark: Works using WebSockets
* :white_check_mark: Displays online/offline status
* :white_check_mark: Display typing/not typing status
* :white_check_mark: Soft deletable message model - be sure to keep messages to comply with message-keeping laws
* :point_right: TODO: add a dialog to the list when new one started
* :point_right: TODO: add user-not-found and other alerts
* :point_right: TODO: possible Redis backend intergration
* Uses current app model (get_user_model() and settings.AUTH_USER_MODEL) :white_check_mark:
* Translatable (uses ugettext and {% trans %} ) :white_check_mark:
* One-to-one user chat :white_check_mark:
* Works using WebSockets :white_check_mark:
* Displays online/offline status :white_check_mark:
* Display typing/not typing status :white_check_mark:
* Soft deletable message model - be sure to keep messages to comply with message-keeping laws :white_check_mark:
* TODO: add a dialog to the list when new one started :point_left:
* TODO: add user-not-found and other alerts :point_left:
* TODO: possible Redis backend intergration :point_left:


Running Tests
Expand Down

0 comments on commit 7a9179c

Please sign in to comment.