Add status deletion

This commit is contained in:
r 2020-02-02 08:30:40 +00:00
parent 4d9e0af373
commit 5d58269132
7 changed files with 68 additions and 8 deletions

View file

@ -11,6 +11,7 @@ type Context struct {
ThreadInNewTab bool
DarkMode bool
CSRFToken string
UserID string
}
type HeaderData struct {