Messages now sending/loading and populating on message dropdown

This commit is contained in:
2025-10-31 12:08:38 +00:00
parent 776ea53a66
commit 8529116ad2
13 changed files with 136 additions and 81 deletions

View File

@@ -18,7 +18,3 @@ func mustUserID(c *gin.Context) int64 {
// Fallback for stubs:
return 1
}
type strconvNumErr struct{}
func (e *strconvNumErr) Error() string { return "invalid number" }