-
-
Notifications
You must be signed in to change notification settings - Fork 833
Conversation
@@ -77,7 +77,7 @@ export default abstract class Exporter { | |||
|
|||
protected async downloadZIP(): Promise<string | void> { | |||
const brand = SdkConfig.get().brand; | |||
const filenameWithoutExt = `${brand} - Chat Export - ${formatFullDateNoDay(new Date())}`; | |||
const filenameWithoutExt = `${brand} - ${this.room.name} - Chat Export -${formatFullDateNoDayISO(new Date())}`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we still need to consider the room name having invalid characters in it?
applies to later on as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@turt2live there is another PR which does that, I believe: #7992
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't land this code at the moment without that code, given the safety risk we'd be taking on. It feels like it might have been split up too much?
Thanks for the PR! Sorry it took so long to get considered. We've decided to merge the changes from this and #7992 into a single PR to ease the requirements raised by the Product team, and are closing this PR as a result. Hopefully this should mean the code goes live soon. You can see the new PR here: #9440 |
A breakout PR from #8558 PR as requested by @kittykat
Here's what your changelog entry will look like:
✨ Features