this post was submitted on 21 Jul 2023
9 points (100.0% liked)

Memmy - An iOS client for Lemmy

5073 readers
1 users here now

Download on the App Store

View on GitHub

Join the Discord

Code of Conduct

founded 1 year ago
MODERATORS
 

Is this a Memmy bug? Or a Lemmy bug? Or a feature I’m not aware of and don’t understand?

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 1 year ago

When you edit a comment, does it update to the last edited time?

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago)

Well, it's quite a common bug in distributed systems to have mismatching timestamps because different server machines which tagged different elements had different clock times.

Hopefully the time stamp of a post isn't done at the user machine level (or using data from it, such as stuff from HTTP headers) as those are far more likely to be misconfigured.

The only way I see for this be a Memmy bug is if there are two timestamp fields (a user one and a server one) and the user one is being picked up (I can only think of a separate user timestamp making sense for data manipulations on the user's own machine of the user's own posts).

[–] [email protected] 2 points 1 year ago (1 children)

AFAIK this is an issue with Lemmy and nothing we can control (though i could be wrong)

[–] [email protected] 1 points 1 year ago

Makes sense - I just wanted to bring it to your attention just in case.

[–] [email protected] 1 points 1 year ago (1 children)

I’m on the test flight version and apparently some major portion of code was rewritten so I’m sure it just a display bug

[–] [email protected] 1 points 1 year ago (1 children)

Test flight users myself.

I actually now believe this is just a duplication issue on Lemmy’s part as I’ve seen the same comment pop up elsewhere….

[–] [email protected] 1 points 1 year ago
load more comments
view more: next ›