1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-24 15:52:41 +01:00
phorge-phorge/src/applications/people/cache
epriestley 0a335f91cd Remove "participationStatus" from ConpherenceParticipant
Summary:
Pathway to D17685. This column is a very complicated cache of: is participant.messageCount equal to thread.messageCount?

We can just ask this question with a JOIN instead and simplify things dramatically.

Test Plan:
  - Ran migration.
  - Browsed around.
  - Sent a message, saw unread count go up.
  - Read the message, saw unread count go down.

Reviewers: chad

Reviewed By: chad

Differential Revision: https://secure.phabricator.com/D17730
2017-04-19 13:58:42 -07:00
..
PhabricatorUserBadgesCacheType.php Add Badges to UserCache 2017-03-17 10:38:17 -07:00
PhabricatorUserCacheType.php Simplify user cache management of data forms 2016-06-05 08:53:27 -07:00
PhabricatorUserMessageCountCacheType.php Remove "participationStatus" from ConpherenceParticipant 2017-04-19 13:58:42 -07:00
PhabricatorUserNotificationCountCacheType.php Simplify user cache management of data forms 2016-06-05 08:53:27 -07:00
PhabricatorUserPreferencesCacheType.php Validate settings before writing them to the user cache 2016-12-07 13:34:37 -08:00
PhabricatorUserProfileImageCacheType.php Auto-generate profile images for sad psyducks 2017-03-05 08:25:02 -08:00