Skip to content

Commit

Permalink
core: fix regression inbox refreshMessages
Browse files Browse the repository at this point in the history
lastRefreshed is reset in resetCaches
  • Loading branch information
LinqLover committed Aug 27, 2023
1 parent 43badc9 commit a9126f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ refreshMessages

self mailingList updateMessagesFor: self downloadRange.
self projects do: #refreshVersions.
lastRefreshed := DateAndTime now.

self resetCaches.
self refreshMessagePlaceholders.
lastRefreshed := DateAndTime now.

self triggerEvent: #refreshMessages.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"projects" : "ct 7/14/2021 21:13",
"projects:" : "ct 7/14/2021 21:13",
"refreshMessagePlaceholders" : "ct 8/26/2023 17:56",
"refreshMessages" : "ct 8/27/2023 20:09",
"refreshMessages" : "ct 8/27/2023 21:17",
"resetCaches" : "ct 8/15/2023 23:53",
"squeakSourceMailers" : "ct 5/7/2021 18:44",
"subjectPrefix" : "ct 7/1/2023 19:24",
Expand Down

0 comments on commit a9126f7

Please sign in to comment.