Select the types of activity you want to include in your feed.
@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
···1919final class PhabricatorCountdownDeleteController
2020 extends PhabricatorCountdownController {
21212222+ private $id;
2323+2224 public function willProcessRequest(array $data) {
2325 $this->id = $data['id'];
2426 }
+2
src/applications/herald/storage/HeraldRule.php
···32323333 private $ruleApplied = array(); // phids for which this rule has been applied
3434 private $invalidOwner = false;
3535+ private $conditions;
3636+ private $actions;
35373638 public static function loadAllByContentTypeWithFullData(
3739 $content_type,
···11<?php
2233/*
44- * Copyright 2011 Facebook, Inc.
44+ * Copyright 2012 Facebook, Inc.
55 *
66 * Licensed under the Apache License, Version 2.0 (the "License");
77 * you may not use this file except in compliance with the License.
···2020 extends PhabricatorXHPASTViewController {
21212222 private $id;
2323- private $tree;
2323+ private $storageTree;
24242525 public function willProcessRequest(array $data) {
2626 $this->id = $data['id'];