()
| 210 | } |
| 211 | |
| 212 | export function getConversationAuthor(): string { |
| 213 | return getCommentAuthor(getConversationBody()); |
| 214 | } |
| 215 | |
| 216 | export function isOwnConversation(): boolean { |
| 217 | return getConversationAuthor() === getLoggedInUser(); |
no test coverage detected