Commit b41a805
committed
chore: add deprecation notices for some methods
Those methods are now replaced by more generic methods at the server
level, and will be removed in the next major release.
Regarding the allRooms() method, we may also remove it, as transferring
all rooms (including private ones) across the cluster is not really
efficient, and users could use `serverSideEmit()` instead to implement
their own logic.1 parent 672dc0c commit b41a805
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
| 655 | + | |
| 656 | + | |
655 | 657 | | |
656 | 658 | | |
657 | 659 | | |
| |||
741 | 743 | | |
742 | 744 | | |
743 | 745 | | |
| 746 | + | |
| 747 | + | |
744 | 748 | | |
745 | 749 | | |
746 | 750 | | |
| |||
785 | 789 | | |
786 | 790 | | |
787 | 791 | | |
| 792 | + | |
| 793 | + | |
788 | 794 | | |
789 | 795 | | |
790 | 796 | | |
| |||
829 | 835 | | |
830 | 836 | | |
831 | 837 | | |
| 838 | + | |
| 839 | + | |
832 | 840 | | |
| 841 | + | |
833 | 842 | | |
834 | 843 | | |
835 | 844 | | |
| |||
0 commit comments