Commit 227823f
committed
fix(chatwoot): extract content from pollCreationMessage and groupInviteMessage
Two more common person-to-person message types with no content
extractor in getTypeMessage(), so they'd have fallen into the new
generic placeholder instead of showing real content: poll questions
(pollCreationMessage.name) and group invite links (groupInviteMessage
.caption, falling back to .groupName).1 parent 98e8a44 commit 227823f
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1786 | 1786 | | |
1787 | 1787 | | |
1788 | 1788 | | |
| 1789 | + | |
| 1790 | + | |
1789 | 1791 | | |
1790 | 1792 | | |
1791 | 1793 | | |
| |||
0 commit comments