It looks like PluginStore would be the easiest way for me to implement remembering Slack thread IDs for threaded responses — but I notice that the only use of it in all of discourse-chat-integration is orphaned; nothing actually uses the value that is looked up.
Does this mean that it’s deprecated or just that it’s being done another way?
I’d be storing only one value per topic max, so this seems relatively low cardinality, all things considered. Is this reasonable for PluginStore?