Results 383 comments of Dag

i think it would be better to have a single whitehouse bridge instead of five. also some strange toggling of elseif and else if

You are correct. We can classify this is a bug indeed. Here is relevant code in `FeedItem`: ```php public function setUid($uid): void { $this->uid = null; if (!is_string($uid)) { return;...