Skip to content

Commit

Permalink
ULMS-3271 Removed last_seen_message_id_by_rooms account property
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkonst committed Aug 21, 2024
1 parent 590edbe commit d57de5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "@ulms/api-clients",
"version": "7.13.0",
"version": "7.14.0",
"description": "JavaScript API clients for ULMS platform",
"keywords": [],
"homepage": "https://github.com/foxford/ulms-api-clients-js#readme",
Expand Down
1 change: 0 additions & 1 deletion src/ulms.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ class ULMS extends BasicClient {
*/
static get accountKeys() {
return {
LAST_SEEN_MESSAGE_ID_BY_ROOMS: 'last_seen_message_id_by_rooms',
ONBOARDING: 'onboarding',
}
}
Expand Down

0 comments on commit d57de5f

Please sign in to comment.