ApiFeedWatchlist: Handle revdel
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 10 Jul 2015 14:04:10 +0000 (10:04 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Fri, 10 Jul 2015 14:04:10 +0000 (10:04 -0400)
commit21defc7fd62dc94baabc0d7af2b0db75e7aa5383
tree78683549c9c8c1e11d053a7d449953b3a5ab8b95
parent015aa26bbb2d0f59b7f03c87fe8a04cde225e5b9
ApiFeedWatchlist: Handle revdel

We might get back rows with no title (log entries with deleted action)
or no user (anything with deleted user). Don't raise warnings for those.

Bug: T105367
Change-Id: I64b4fba478b3e1e86854843965b2ea2b5c1d7933
includes/api/ApiFeedWatchlist.php