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
Unknown Object (File)
Sat, May 4, 10:50 PM
Unknown Object (File)
Sat, May 4, 10:44 AM
Unknown Object (File)
Fri, May 3, 6:12 AM
Unknown Object (File)
Thu, May 2, 7:15 PM
Unknown Object (File)
Mon, Apr 29, 9:33 AM
Unknown Object (File)
Sat, Apr 27, 2:23 AM
Unknown Object (File)
Thu, Apr 25, 1:03 AM
Unknown Object (File)
Sat, Apr 20, 5:58 PM
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