Can not move post to another thread
By @diego_tinypilot
Hi. I am unable to move a post from one thread to another. It gives error. Any help is appreciated.
- KajMagnus @KajMagnus2022-06-14 11:20:42.630Z
That's a bug. I think currently you cannot move the comment. (Until the bug has gotten fixed.)
Details: There's an assertion that verifies that all comments (posts) on each page, are more recent than the page itself (because the page gets created before people can start posting comments).
However, this comment, from another page, is older than the page you'd like to move it to. And then the assertion fails and that error message appears:
java.lang.IllegalArgumentException: requirement failed: [TyE7WKG2AG4] page id: '322', ext id: 'None'
- In reply todiego_tinypilot⬆:KajMagnus @KajMagnus2022-07-01 04:48:03.830Z
(This is fixed in the upcoming version, available some time next week most likely.)
- Progresswith handling this problem