@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
1ALTER TABLE {$NAMESPACE}_conpherence.conpherence_thread
2 ADD recentParticipantPHIDs LONGTEXT NOT NULL COLLATE utf8_bin AFTER title,
3 ADD messageCount BIGINT UNSIGNED NOT NULL AFTER title;
4
5ALTER TABLE {$NAMESPACE}_conpherence.conpherence_participant
6 ADD seenMessageCount BIGINT UNSIGNED NOT NULL AFTER behindTransactionPHID;