HomePhorge

Stop Conpherence from reloading all messages on reply

Description

Stop Conpherence from reloading all messages on reply

Summary:
Currently, when you reply to a Conpherence thread, we load all the messages, not just the most recent ones. I don't think I broke this, it's just hard to tell that's what's happening unless the thread is very short or you scroll up.

The issue is that we're loading threads after some ID, but actually need to load messages (transactions) after that ID. Also, the way "before" and "after" work is sort of weird so this actually needs to be "before" (we should probably invert the meanings). Ref T2421.

Test Plan: Replied to a very short thread; saw no duplicate messages.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T2421

Differential Revision: https://secure.phabricator.com/D5537

Details

Provenance
epriestleyAuthored on Apr 2 2013, 10:34 AM
themackabuPushed on Mar 25 2025, 8:07 PM
Parents
rPc13f9d157b12: Fix double-stops on profiler sampling
Branches
Loading...
Tags
Loading...

Event Timeline