~netlandish/links-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH links] Fix issue when exporting data. This is left over from the migration from integer values to string/enum.

Details
Message ID
<20251230003642.23960-1-peter@netlandish.com>
Sender timestamp
1767033401
DKIM signature
missing
Download raw message
Patch: +1 -1
Changelog-fixed: Bug when a user wants to export their data.
---
 models/models.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/models/models.go b/models/models.go
index b2d1ec5..67cc9b2 100644
--- a/models/models.go
+++ b/models/models.go
@@ -344,7 +344,7 @@ type ExportOrgLink struct {
	Title       string      `db:"title" json:"title"`
	Description string      `db:"description" json:"description"`
	URL         string      `db:"url" json:"url"`
	Visibility  int         `db:"visibility" json:"visibility"`
	Visibility  string      `db:"visibility" json:"visibility"`
	Unread      bool        `db:"unread" json:"unread"`
	Starred     bool        `db:"starred" json:"starred"`
	Hash        string      `db:"hash" json:"hash"`
-- 
2.52.0
Details
Message ID
<DFBLFYF1NWST.2G837OCMHKLDU@netlandish.com>
In-Reply-To
<20251230003642.23960-1-peter@netlandish.com> (view parent)
Sender timestamp
1767080579
DKIM signature
missing
Download raw message
Applied.

To git@git.code.netlandish.com:~netlandish/links
   2201d25..6ddf2e8  master -> master
Reply to thread Export thread (mbox)