1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-13 10:22:42 +01:00
phorge-phorge/src/applications/feed
epriestley 6bf4ec97d5 Fix HTTP 400 from notification server for JSON subscription objects
Summary: Fixes T5651. Sometime we'll send an object to the notification server for `subscribers`, which it will choke on. Use `array_values()` to make sure we're sending an array.

Test Plan: With `(object)` instead, got a consistent error ("no .filter method on object"). With `array_values()`, no error.

Reviewers: joshuaspence

Reviewed By: joshuaspence

Subscribers: epriestley

Maniphest Tasks: T5651

Differential Revision: https://secure.phabricator.com/D9963
2014-07-17 14:48:54 -07:00
..
application Remove "organization", "communication" and "miscellaneous" app groups 2014-05-29 15:25:26 -07:00
builder Move ActionHeaders to PHUI, add ObjectBox Support, new Colors 2014-06-24 09:39:32 -07:00
conduit Remove @group annotations 2014-07-10 08:12:48 +10:00
config Add a note suggesting restarting daemons for feed.http-hooks 2014-03-08 06:37:16 -08:00
constants Move Project transaction storage to modern tables 2013-10-22 13:49:28 -07:00
controller Remove all device = true from page construction 2014-06-23 15:18:14 -07:00
management Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
query Modernize "projects" typeahead datasource 2014-07-10 17:28:29 -07:00
storage Apply lint rules to Phabricator 2013-02-19 13:33:10 -08:00
story Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
worker Make task queue more robust against long-running tasks 2014-04-15 08:42:02 -07:00
PhabricatorFeedStoryPublisher.php Fix HTTP 400 from notification server for JSON subscription objects 2014-07-17 14:48:54 -07:00