Page MenuHomePhabricator

Transactions - make TYPE_COMMENT implementation optional
ClosedPublic

Authored by btrahan on May 19 2015, 7:31 PM.
Tags
None
Referenced Files
F18192332: D12932.diff
Sun, Aug 17, 4:01 AM
F18026386: D12932.id31130.diff
Sat, Aug 2, 10:05 PM
F17988769: D12932.id31128.diff
Fri, Aug 1, 11:11 PM
F17939733: D12932.id31130.diff
Thu, Jul 31, 3:22 AM
F17887881: D12932.id.diff
Tue, Jul 29, 1:53 AM
F17831216: D12932.diff
Sat, Jul 26, 11:47 AM
Unknown Object (File)
Jun 3 2025, 7:33 AM
Unknown Object (File)
Apr 24 2025, 10:34 AM
Subscribers
Tokens
"Haypence" token, awarded by epriestley.

Details

Summary

Ref T6403. Conpherence keeps track of comments for message counts so we needed some special attention there. Otherwise, straight-forward.

Test Plan

left a comment on a diff with inline comments. sent messages in conpherence successfully. verified unread count incremented correctly for sent messages for users.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to Transactions - make TYPE_COMMENT implementation optional.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/conpherence/editor/ConpherenceEditor.php
303

Maybe just break; in case the parent ever does anything.

This revision is now accepted and ready to land.May 19 2015, 7:32 PM
btrahan edited edge metadata.

go with break; rather than return; so the parent can be fancy maybe some day

This revision was automatically updated to reflect the committed changes.