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)
Thu, Nov 21, 1:32 PM
Unknown Object (File)
Thu, Nov 21, 10:05 AM
Unknown Object (File)
Sat, Nov 16, 5:05 PM
Unknown Object (File)
Mon, Nov 11, 11:33 PM
Unknown Object (File)
Thu, Oct 31, 12:27 PM
Unknown Object (File)
Sun, Oct 27, 2:03 PM
Unknown Object (File)
Oct 13 2024, 11:08 PM
Unknown Object (File)
Oct 8 2024, 12:26 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable