Page MenuHomePhabricator

Use most recent transaction in Conpherence notification menu
ClosedPublic

Authored by chad on Oct 4 2016, 4:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 5:20 AM
Unknown Object (File)
Thu, Apr 25, 8:34 AM
Unknown Object (File)
Thu, Apr 25, 12:51 AM
Unknown Object (File)
Thu, Apr 11, 8:37 AM
Unknown Object (File)
Tue, Apr 9, 8:05 PM
Unknown Object (File)
Apr 1 2024, 12:48 AM
Unknown Object (File)
Feb 9 2024, 5:13 PM
Unknown Object (File)
Jan 24 2024, 5:52 PM
Subscribers

Details

Summary

Not sure this ever worked correctly, but now once we have a supported action, skip the rest of the transactions. Currently you'll see a random old post.

Test Plan

Test multiple rooms in various states with new messages, edits, new room titles, etc.

Diff Detail

Repository
rP Phabricator
Branch
notif-menu-2 (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 13995
Build 18141: Run Core Tests
Build 18140: arc lint + arc unit

Event Timeline

chad retitled this revision from to Use most recent transaction in Conpherence notification menu.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/conpherence/storage/ConpherenceThread.php
291

Can we just break; instead of continue;?

Could we just test if ($message_transaction) instead of using a separate $has_item?

This revision is now accepted and ready to land.Oct 4 2016, 2:56 PM
This revision was automatically updated to reflect the committed changes.