mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(anon mode): use a different address also per each thread created by the user
This commit is contained in:
@@ -461,6 +461,10 @@ const Board = () => {
|
||||
const handleSubmit = async (event) => {
|
||||
event.preventDefault();
|
||||
|
||||
if (anonymousMode) {
|
||||
setSelectedThreadCid(index);
|
||||
}
|
||||
|
||||
setPublishCommentOptions((prevPublishCommentOptions) => ({
|
||||
...prevPublishCommentOptions,
|
||||
author: {
|
||||
|
||||
Reference in New Issue
Block a user