Oleksii Holub

Results 353 comments of Oleksii Holub

> In its latest release, when we export a channel, does it export all the threads in the channel, along with archived and active threads? No, in the latest release...

I currently have no capacity/desire to implement this, so if this feature is to be added, it will have to be with community's help. Let me know if someone wants...

Related to #401? Also, welcome to PRs providing a fix.

Are you referring to the fact that the value of `category` is `foo` instead of `buzz`?

> Yes, it dosent really make sense. Does it even make sense for a thread to have a "category"? What should it resolve to, the parent channel's category? 🤔

Should be a relatively easy change to have a switch on channel type for this purpose.

Ideal solution: change the `Category` property from `string` to `Channel` and rename it to `Parent`. Then, depending on the kind of parent (i.e. category or channel) write either "Category" or...

I'm not entirely sure that I understand my own comment from November, but I think I was suggesting that for normal channels we would write `category`/`categoryId` in the output, while...

I think, as the simplest solution, we can investigate whether it's possible to have `category` always refer to the category channel and not the thread's parent channel, without exposing the...

@emillly-b They mean being able to export all messages within a date range, but partition them by time intervals, for example one file for one day's worth of messages. So...