forked from MirrorHub/mautrix-whatsapp
Minor cleanups from CR
Co-authored-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
parent
78c6d57299
commit
bd26fc4af9
2 changed files with 2 additions and 3 deletions
|
@ -143,7 +143,6 @@ type Message struct {
|
|||
db *Database
|
||||
log log.Logger
|
||||
|
||||
ID int
|
||||
Chat PortalKey
|
||||
JID types.MessageID
|
||||
MXID id.EventID
|
||||
|
|
|
@ -23,8 +23,8 @@ func init() {
|
|||
user_mxid TEXT,
|
||||
type INTEGER NOT NULL,
|
||||
priority INTEGER NOT NULL,
|
||||
portal_jid VARCHAR(255),
|
||||
portal_receiver VARCHAR(255),
|
||||
portal_jid TEXT,
|
||||
portal_receiver TEXT,
|
||||
time_start TIMESTAMP,
|
||||
time_end TIMESTAMP,
|
||||
max_batch_events INTEGER NOT NULL,
|
||||
|
|
Loading…
Reference in a new issue