Skip to content

Commit

Permalink
Merge pull request #311 from LinqLover/fix-unsupported-messages
Browse files Browse the repository at this point in the history
Display unsupported messages correctly. Fixes #306.
  • Loading branch information
LinqLover authored Oct 22, 2020
2 parents 025abbc + 8d2dd75 commit ae9fff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ handleNewMessage: anEvent
| message |

message := anEvent at: 'message'.
((message at: 'content') at: '@type') = 'messageText'
ifTrue: [self addNewMessage: message].
self addNewMessage: message.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"defaultMessageLimit" : "js 8/1/2020 18:24",
"getChatHistoryFrom:with:limit:" : "js 8/2/2020 13:17",
"getChats" : "js 7/31/2020 22:50",
"handleNewMessage:" : "js 8/2/2020 21:12",
"handleNewMessage:" : "ct 10/7/2020 21:19",
"openNewChat:" : "js 8/2/2020 22:27",
"remainingMessages" : "js 8/1/2020 16:49",
"remainingMessages:" : "js 8/1/2020 16:50",
Expand Down

0 comments on commit ae9fff2

Please sign in to comment.