gotosocial/internal/processing/timeline
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
..
common.go [feature] Add List functionality (#1802) 2023-05-25 10:37:38 +02:00
faved.go [feature] User muting (#2960) 2024-06-06 16:38:02 +00:00
home.go [feature] User muting (#2960) 2024-06-06 16:38:02 +00:00
list.go [feature] User muting (#2960) 2024-06-06 16:38:02 +00:00
notification.go [feature] User muting (#2960) 2024-06-06 16:38:02 +00:00
public.go [feature] User muting (#2960) 2024-06-06 16:38:02 +00:00
public_test.go [bugfix] Avoid empty public/local timeline queries (#2784) 2024-03-25 16:20:45 +00:00
tag.go [feature] User muting (#2960) 2024-06-06 16:38:02 +00:00
timeline.go [feature] Add experimental instance-federation-spam-filter option (#2685) 2024-02-27 12:22:05 +00:00
timeline_test.go [bugfix] Avoid empty public/local timeline queries (#2784) 2024-03-25 16:20:45 +00:00