Skip to content

Commit

Permalink
chore: Remove unused setUserActiveStatus client meteor method (#33818)
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-rajpal authored Oct 29, 2024
1 parent 5c428df commit d1e8497
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-flies-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Remove unused client side `setUserActiveStatus` meteor method.
1 change: 0 additions & 1 deletion apps/meteor/client/methods/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import './hideRoom';
import './openRoom';
import './pinMessage';
import './setUserActiveStatus';
import './starMessage';
import './toggleFavorite';
import './unpinMessage';
Expand Down
9 changes: 0 additions & 9 deletions apps/meteor/client/methods/setUserActiveStatus.ts

This file was deleted.

0 comments on commit d1e8497

Please sign in to comment.