break: empty Message.Mode when no pomodoro ongoing
- change "none" to an empty string for the mode field
- update README to reflect the new mode representation
- ensure consistency across session end/reset and welcome messages
🤖
This commit is contained in:
parent
a9d145ee71
commit
b7d03aa1d8
3 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
)
|
||||
|
||||
var Message = models.ServerMessage{
|
||||
Mode: "none",
|
||||
Mode: "",
|
||||
Session: 0,
|
||||
TotalSession: 0,
|
||||
TimeLeft: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue