Flow topics can be marked as resolved. When that happens the conversation is declared as done, an event that may be interesting to those participating in it.
We should avoid this to overlap with the notifications about changes in the topic summary (T125119) since both events can happen next to each other. The possibilities to consider:
- The user resolves a topic and provides no summary: a "topic was resolved" notification is sent.
- The user resolves a topic and provides a summary: a "topic was resolved" notification is sent which includes an excerpt of the summary. A flow-summary-edit is also sent. (Redundant, we understand, but the best we can do at present; see discussion below.)
- The user edits the summary of a notification without marking it as resolved: an flow-summary-edit notification is sent.