Edited say if the comment was edited
()
| 71 | |
| 72 | // Edited say if the comment was edited |
| 73 | func (c *CommentTimelineItem) Edited() bool { |
| 74 | return len(c.History) > 1 |
| 75 | } |
| 76 | |
| 77 | // MessageIsEmpty return true is the message is empty or only made of spaces |
| 78 | func (c *CommentTimelineItem) MessageIsEmpty() bool { |
no outgoing calls
no test coverage detected