()
| 206 | // postingSeenMsg reports the mark-seen that opening a thread triggers on its |
| 207 | // own, as the web app does out of band once it has rendered the topic. |
| 208 | type postingSeenMsg struct { |
| 209 | boxID int64 |
| 210 | sourceKind mail.Kind |
| 211 | postingID int64 |
nothing calls this directly
no outgoing calls
no test coverage detected