@@ -0,0 +1,13 @@
package main
type Config struct {
sortField string
}
var DefaultConfig = NewDefaultConfig()
func NewDefaultConfig() Config {
return Config{
sortField: "id",
The note is not visible to the blocked user.