GoToSocial/internal/api/client/accounts
Vyr Cossont 22ac4607a1
[feature] Support setting private notes on accounts (#1982)
* Support setting private notes on accounts

* Reformat comment whitespace

* Add missing license headers

* Use apiutil.ParseID

* Rename Note model and cache to AccountNote

* Update golden cache config in test/envparsing.sh

* Rename gtsmodel/note.go to gtsmodel/accountnote.go

* Update AccountNote uniqueness constraint name

Now has same prefix as other indexes on this table.

---------

Co-authored-by: tobi <31960611+tsmethurst@users.noreply.github.com>
2023-07-27 10:30:39 +02:00
..
account_test.go
accountcreate.go
accountcreate_test.go
accountdelete.go
accountdelete_test.go
accountget.go
accounts.go [feature] Support setting private notes on accounts (#1982) 2023-07-27 10:30:39 +02:00
accountupdate.go
accountupdate_test.go
accountverify.go
accountverify_test.go
block.go
block_test.go
follow.go
follow_test.go
followers.go
following.go
lists.go
lists_test.go
lookup.go
note.go [feature] Support setting private notes on accounts (#1982) 2023-07-27 10:30:39 +02:00
relationships.go
search.go
search_test.go
statuses.go
statuses_test.go
unblock.go
unfollow.go