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
F13087094: D16660.diff
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)
Mon, Apr 1, 12:48 AM
Unknown Object (File)
Feb 9 2024, 5:13 PM
Unknown Object (File)
Jan 24 2024, 5:52 PM
Unknown Object (File)
Jan 23 2024, 9:24 AM
Unknown Object (File)
Jan 11 2024, 12:20 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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
290

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.