Matt

Results 62 comments of Matt

Sorry, I mean conversation.

@pranavrajs Do you know the current slated release for this. We have a few convos with data we'd really not want to keep.

Data removal is not an issue, you can delete the user and all their data goes. You just cannot delete the ONE conversation without losing every past communication. It's a...

Agree. We've commented that out over 2 years ago and there have not been any perf issues.

Just to add. Maybe worth trying to intercept the email so it opens the app. Although this may be hard for self-hosted instances.

I mean email notifications that you can click on that open the app natively, not go to the web GUI. Your follow up questions are not really relevant to the...

Can confirm this happens on latest dev build too.

@pranavrajs Could you not look at the headers to determine if https and generate the cookie accordingly?

Not sure that's correct. `proxy_set_header X-Forwarded-Proto $scheme;` ([link](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Proto)) That sets a standard header setting the scheme that has hit Nginx which is passed downstream. There are other ways of doing...