PradyumnaKrishna / enigma-protocol

An end to end encrypted messenger using Flask, SocketIO, and Vue.js
https://protocol.onpy.in
MIT License
20 stars 34 forks source link

Fixes #1 #11

Open mad-alpha opened 1 year ago

mad-alpha commented 1 year ago

Added timestamp with every message on client side as well as in user cards.

PradyumnaKrishna commented 1 year ago

Thanks @mad-alpha for this Fix, I will review it soon.

PradyumnaKrishna commented 1 year ago

This should not be done on the server side but on client side.

You have to send a timestamp here, which will be sent to other user: https://github.com/PradyumnaKrishna/Enigma-Protocol/blob/bed07952c2a33682c48e09ad66028e4a1dfc89c6/client/src/views/Chat.vue#L223-L227

Also you will have to render it in the UI.

PradyumnaKrishna commented 12 months ago

Any help required @mad-alpha? I can assist you if you wanted.