@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
phorge phabricator
at upstream/main 12 lines 299 B view raw
1<?php 2 3final class ConpherenceUpdateActions extends ConpherenceConstants { 4 5 const MESSAGE = 'message'; 6 const DRAFT = 'draft'; 7 const JOIN_ROOM = 'join_room'; 8 const ADD_PERSON = 'add_person'; 9 const REMOVE_PERSON = 'remove_person'; 10 const ADD_STATUS = 'add_status'; 11 const LOAD = 'load'; 12}