Grzegorz Leoniec
Grzegorz Leoniec
We have to check if the profile page still behaves like expected. Could be that we relied on the empty slug somewhere, not sure about that.
I will take a look 👀 today or tomorrow
Please be aware of the organization branch / pr #81
Just adding the parent Id should be enough. Why do you need another Boolean?
@Mastercuber still a work in progress? Do you need any assistence?
is implemented in the usersettings branch and will go live with it.
@ionphractal yeah it is ordering by post date not comment date. Good point. We will look into it. The timeline stuff is indeed very basic and will be worked on...
@pcmalves hey I have the exact same issue after renaming my organization. Did you find any fix for that isssue?
but I did in the meantime: https://github.com/getsentry/sentry-plugins/issues/284 You have to: - use the sentry-plugins - add an oAuth app in your github account - set the id, secrect, and so...
currently I come up with an ugly hack, I do transform the `img` tags to a `div` with some dummy content: ```js const input = content.replace( //g, "IMAGE-HACK", // hack...