cs-utulsa / Encrypted-Chat-Service

This is the major project for the year long senior software class. The focus on this repository is to create a encrypted chat service, which can be used for secure communication. It will include not only peer to peer chat services, but also file transfer and group chats.
5 stars 1 forks source link

Coding: Displaying Emojis in the Chat Bar #79

Closed tuckplace closed 1 year ago

tuckplace commented 1 year ago

Please make sure you read over the emojis page before starting this issue.

When someone is sending an emoji in a message they are still writing, the emoji should be displayed as is seen in other chat applications. If it is not displayed, it would be jarring and odd for the user to see :ID123: in place of the emoji they selected. This means that our Tkinter code will need to be modified.

The quickest way to do this issue is to wait for #78 to be done. The code used to scan for and display emojis can be duplicated, modified and reused.