Jan Küster
                                            Jan Küster
                                        
                                    @StorytellerCZ @fidelsam1992 what needs to be done to make it run with Mongo 5 ?
@StorytellerCZ is there some action to be taken here? I am not using the package but I could take a look at it, depends on how severe the mongo 5...
@StorytellerCZ is there a reason for `connection` being explicitly set to `null` here: https://github.com/Meteor-Community-Packages/meteor-user-status/blob/master/server/status.js#L15
Can someone please clone this package into your local `packages` folder and change that line to ``` UserConnections = new Mongo.Collection("user_status_sessions") ``` and then rebuild?
thanks @wreiske I would avoid a PR until we find a solution that we can confirm to work
We should use GitHub actions
Maybe we can first collect what all needs to be supported, especially in combination with all new changes by Meteor 2.8+
@jh7 just out of curiosity would this standard setup work if you have some reactivitiy triggering the re-rendering of the template?
@ziedmahdi thank you for clarifying, I actually thought all the time the `` around the icons were necessary due to some issues with SVG or Icon fonts or something, but...
We could but I have no TS experience at all so to me it would take much more time to get into the ts thinking