You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because memos are keyed to txid, a second, split memo (with the same txid) is rejected from the database. Users should be able to use the memo-splitting feature and have all their content posted to the board.
This can be like twitter, chunked apart and threaded as replies.
The text was updated successfully, but these errors were encountered:
There's a fix for this for zec/db deployed and untested - it (ideally) appends -1, -2, -3 to txids of split memos. For now the back end is set to post those as replies. This is probably bad. This still needs a new UI feature to keep the OP's split memos separate from replies
Because memos are keyed to txid, a second, split memo (with the same txid) is rejected from the database. Users should be able to use the memo-splitting feature and have all their content posted to the board.
This can be like twitter, chunked apart and threaded as replies.
The text was updated successfully, but these errors were encountered: