gotosocial/internal/api/client/accounts
Vyr Cossont 5e2d4fdb19
[feature] User muting (#2960)
* User muting

* Address review feedback

* Rename uniqueness constraint on user_mutes to match convention

* Remove unused account_id from where clause

* Add UserMute to NewTestDB

* Update test/envparsing.sh with new and fixed cache stuff

* Address tobi's review comments

* Make compiledUserMuteListEntry.expired consistent with UserMute.Expired

* Make sure mute_expires_at is serialized as an explicit null for indefinite mutes

---------

Co-authored-by: tobi <tobi.smethurst@protonmail.com>
2024-06-06 16:38:02 +00:00
..
account_test.go
accountalias.go
accountcreate.go
accountcreate_test.go
accountdelete.go
accountdelete_test.go
accountget.go
accountmove.go
accounts.go [feature] User muting (#2960) 2024-06-06 16:38:02 +00: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
mute.go [feature] User muting (#2960) 2024-06-06 16:38:02 +00:00
mute_test.go [feature] User muting (#2960) 2024-06-06 16:38:02 +00:00
note.go
profile.go
profile_test.go
relationships.go
search.go
search_test.go
statuses.go
statuses_test.go
themesget.go
unblock.go
unfollow.go
unmute.go [feature] User muting (#2960) 2024-06-06 16:38:02 +00:00
unmute_test.go [feature] User muting (#2960) 2024-06-06 16:38:02 +00:00