MensaTalk / mensatalk_app

Code for the MensaTalk React Native app for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Send and receive typing events #24

Closed abteilung6 closed 3 years ago

abteilung6 commented 3 years ago

Closes #23

abteilung6 commented 3 years ago

Just draft. Client already receives typing events. But a timer is missing. After the client receives a typing event, it should display something and leave after 5 seconds. It should renew these 5 seconds if a new typing event is received.

abteilung6 commented 3 years ago

Ready to merge.