()
| 26 | } |
| 27 | |
| 28 | func (op *EditCommentOperation) Id() entity.Id { |
| 29 | return dag.IdOperation(op, &op.OpBase) |
| 30 | } |
| 31 | |
| 32 | func (op *EditCommentOperation) Apply(snapshot *Snapshot) { |
| 33 | // Todo: currently any message can be edited, even by a different author |
nothing calls this directly
no test coverage detected