Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pi: Fix author update ordering bug. #1679

Merged
merged 1 commit into from Sep 21, 2022
Merged

Conversation

lukebp
Copy link
Member

@lukebp lukebp commented Aug 18, 2022

This commit fixes a bug in a function that was used to determine the
most recent author update. The function was using the wrong timestamp to
determine the order of the author updates. It was using the timestamp
of the most recent comment edit when it should have been using the
timestamp of the comment creation.

This bug was introduced by b43eebd.

This commit fixes a bug in a function that was used to determine the
most recent author update. The function was using the wrong timestamp to
determine the order of the author updates. It was using the timestamp
from of the most recent comment edit when it should have been using the
timestamp of the comment creation.

This bug was introduced by b43eebd.
@lukebp lukebp changed the title plugins/pi: Fix author update ordering bug. pi: Fix author update ordering bug. Aug 18, 2022
@lukebp lukebp merged commit 6c93ddc into decred:master Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants