mirror of
https://github.com/mautrix/signal.git
synced 2025-03-14 14:15:36 +00:00
dbmeta: don't save revision for DMs
This commit is contained in:
parent
4ba7ef7442
commit
6106265787
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
package signalid
|
||||
|
||||
type PortalMetadata struct {
|
||||
Revision uint32 `json:"revision"`
|
||||
Revision uint32 `json:"revision,omitempty"`
|
||||
}
|
||||
|
||||
type MessageMetadata struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue