@ -1,5 +1,13 @@
package main
import (
"errors"
"fmt"
"regexp"
"strconv"
"sync"
)
var (
muxObjItem sync.RWMutex
objItems []ChatWarsItem
@ -5,9 +5,7 @@ import (
"compress/zlib"
"encoding/json"
"log"
"time"
The note is not visible to the blocked user.