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
F13087690: D21824.diff
Thu, Apr 25, 1:03 AM
Unknown Object (File)
Sat, Apr 20, 5:58 PM
Unknown Object (File)
Sat, Apr 20, 4:09 PM
Unknown Object (File)
Fri, Apr 19, 8:08 AM
Unknown Object (File)
Mon, Apr 15, 9:59 PM
Unknown Object (File)
Sun, Apr 7, 1:42 PM
Unknown Object (File)
Sun, Apr 7, 7:46 AM
Unknown Object (File)
Thu, Apr 4, 10:28 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