Lucas LaBuff

Results 30 comments of Lucas LaBuff

What's the plan for dates in embed footers (#648)? If the Discord API returns them as a date but the Discord client renders them incorrectly, how would you be able...

Yeah, this is an interesting issue. Threads essentially act as temporary channels, but as they're tied to a message in their parent channel, I agree that they should probably be...

I looked some more into the API, and it turns out that threads are represented as channels with a few extra fields. It looks like you can retrieve information from...

> Worse user experience having to navigate to a different file (even if a link is inside the export) to see the thread Some users might prefer this. There are...

> We do have some complicated styles there, so I'm not confident it will work out that easily. I just opened a random export and wrapped a bunch of messages...

> Interesting. Would you be exporting the channel specifically for the threads? Why would you need to find them? One of the principal advantages of threads, in my opinion, is...

> An important technical limitation to consider is that we can only add a TOC at the end because the export process is streaming and we don't know ahead of...

> Also date ranges would affect that. Date ranges can be pretty easily filtered just from the ID of the thread. There's nothing about its parent message, though, so we'd...

> Threads are 'kind of channels' in their own right Honestly, I think this is why we're running into so many design complications. Threads really are just a channel, and...

I think @Tyrrrz's solution is a good one. In my opinion, it'd be best to start with that and then work forward with any other requests from there. The one...