Page MenuHomePhabricator

Fix an exception in cursor pagination of Conpherence threads
ClosedPublic

Authored by epriestley on May 17 2022, 11:08 PM.
Tags
None
Referenced Files
F15419110: D21824.id52011.diff
Fri, Mar 21, 3:33 AM
F15391657: D21824.id52011.diff
Sat, Mar 15, 10:53 AM
F15391655: D21824.id52004.diff
Sat, Mar 15, 10:53 AM
F15391654: D21824.id.diff
Sat, Mar 15, 10:53 AM
F15377483: D21824.diff
Thu, Mar 13, 9:09 AM
F15290805: D21824.id52011.diff
Tue, Mar 4, 11:49 PM
Unknown Object (File)
Thu, Feb 27, 8:34 AM
Unknown Object (File)
Thu, Feb 27, 5:52 AM
Subscribers
None

Details

Summary

Ref T13680. Conpherence may pass values with an integer type to this layer of the stack. These are "supposed" to be strings, but just be accepting.

Test Plan
  • Wrote 100+ messages to a Conpherence room.
  • Clicked "Show Older Messages".
  • Before: exception, int passed to "phutil_nonempty_string()".
  • After: older messages loaded.

Diff Detail

Repository
rP Phabricator
Branch
paging1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 25723
Build 35551: arc lint + arc unit