MathMan05 / JankClient

A SpaceBar Client written in JS HTML and CSS
GNU Affero General Public License v3.0
8 stars 5 forks source link

If a message has been edited, display that and the date/time on hover #2

Open MathMan05 opened 3 weeks ago

MathMan05 commented 3 weeks ago

Not entirely sure if I get edit dates/times outside of the main date, I'll look into it, but until I confirm that getting the edit date/times is possible, I won't be moving this from the requests category.

DEVTomatoCake commented 3 weeks ago

There's an edited_timestamp property on every message, if it's edited, it contains the timestamp (e.g. "2024-06-09T18:58:49.000+00:00"), otherwise it's null.