I accidentally introduced this bug while changing how quoting yourself should preserve the previously quoted target. While it worked (quotes quoting quotes finally properly targetted the previous author), I completely forgot that target[0] was being used for quote attribution in threads.
Fixes #167.
I accidentally introduced this bug while changing how quoting yourself should preserve the previously quoted target. While it worked (quotes quoting quotes finally properly targetted the previous author), I completely forgot that
target[0]
was being used for quote attribution in threads.I'm sorry for having introduced the bug earlier.