Skip to content

Commit

Permalink
Use latest skeletor
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Aug 2, 2023
1 parent 182ba1f commit 75c5d2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
},
"dependencies": {
"@converse/openpromise": "^0.0.1",
"@converse/skeletor": "^0.0.8",
"@converse/skeletor": "conversejs/skeletor#33a1aba275a5604729918e6cb0c7f7899433a677",
"bootstrap": "^4.6.0",
"bootstrap.native": "^2.0.27",
"client-compress": "^2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/headless/plugins/muc/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Collection } from '@converse/skeletor/src/collection';
class MUCMessages extends Collection {

// eslint-disable-next-line class-methods-use-this
comparator () {
get comparator () {
return 'time';
}

Expand Down

0 comments on commit 75c5d2a

Please sign in to comment.