Fix archiving and unarchiving functionality.

This commit is contained in:
2025-11-01 22:37:47 +00:00
parent 9dc01f925a
commit 61ad033520
8 changed files with 88 additions and 32 deletions

View File

@@ -1,6 +1,8 @@
package models
import "time"
import (
"time"
)
type Message struct {
ID int