It'd be great to have a draft feature the MessageManager/sqlite DB. This is different than unsent messages because:
• Unsent messages will be sent when a connection is available. So they're like drafts that have already been committed to be sent.
• Drafts are typically in-progress work that don't show up in the same place in the UI as the rest of things. Therefore, it makes sense to have a different sqlite table and such.
This has been added. I still think it would be extra cool to autosync drafts to a channel so that they'd work across devices, but for now, this will suffice. 0b25f65f48674239e78642527110303012b98930
It'd be great to have a draft feature the MessageManager/sqlite DB. This is different than unsent messages because:
• Unsent messages will be sent when a connection is available. So they're like drafts that have already been committed to be sent. • Drafts are typically in-progress work that don't show up in the same place in the UI as the rest of things. Therefore, it makes sense to have a different sqlite table and such.