Skip to content

Commit

Permalink
dbmeta: don't save revision for DMs
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 9, 2024
1 parent 4ba7ef7 commit 6106265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/signalid/dbmeta.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package signalid

type PortalMetadata struct {
Revision uint32 `json:"revision"`
Revision uint32 `json:"revision,omitempty"`
}

type MessageMetadata struct {
Expand Down

0 comments on commit 6106265

Please sign in to comment.