We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a8aa5 commit 2150ef4Copy full SHA for 2150ef4
apps/demos/Demos/Chat/FileAttachments/jQuery/index.js
@@ -46,24 +46,6 @@ $(() => {
46
},
47
}]);
48
49
- onMessageDeleted(e) {
50
- const { message } = e;
51
-
52
- dataSource.store().push([{
53
- type: 'update',
54
- key: message.id,
55
- data: { isDeleted: true },
56
- }]);
57
- },
58
- onMessageUpdated(e) {
59
- const { message, text } = e;
60
61
62
63
64
- data: { text, isEdited: true },
65
66
67
onAttachmentDownloadClick(e) {
68
const { attachment } = e;
69
if (!attachment?.url) return;
0 commit comments