You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in reply option we handle stream and user mention just fine but not bots mention since they are not in the DOM. To do this you have to make a request to /users endpoint and filter out bots using is_bots property. It should be done in app/renderer/js/notification/helpers.js