mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Some updates to 0.9.4 release.
This commit is contained in:
parent
525fdcf73c
commit
ed8a12f96f
1 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@
|
||||||
- Fixed a critical bug with votes and comment unlike responses not being `0` for your user.
|
- Fixed a critical bug with votes and comment unlike responses not being `0` for your user.
|
||||||
- Fixed a critical bug with comment creation not checking if its parent comment is in the post.
|
- Fixed a critical bug with comment creation not checking if its parent comment is in the post.
|
||||||
- Serving proper activities for community outbox.
|
- Serving proper activities for community outbox.
|
||||||
- Added some active user counts, including `users_active_day`, `users_active_week`, `users_active_month`, `users_active_half_year` to `SiteAggregates` and `CommunityAggregates`.
|
- Added some active user counts, including `users_active_day`, `users_active_week`, `users_active_month`, `users_active_half_year` to `SiteAggregates` and `CommunityAggregates`. (Also added to lemmy-ui)
|
||||||
- Made sure banned users can't follow.
|
- Made sure banned users can't follow.
|
||||||
- Added `FederatedInstances` to `SiteResponse`, to show allowed and blocked instances.
|
- Added `FederatedInstances` to `SiteResponse`, to show allowed and blocked instances. (Also added to lemmy-ui)
|
||||||
- Added a `MostComments` sort for posts.
|
- Added a `MostComments` sort for posts. (Also added to lemmy-ui)
|
||||||
|
|
||||||
### Lemmy-UI
|
### Lemmy-UI
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue