Skip to content

Commit

Permalink
Revert "fix: prevent anon gens being visible"
Browse files Browse the repository at this point in the history
This reverts commit ead3263.
  • Loading branch information
db0 committed Oct 6, 2024
1 parent ad1ddc7 commit 788cc17
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later

# 4.43.7

* Prevent anon gens being visible at their profile page
* fixes setting team for worker
* aborted jobs can't be restarted anymore

Expand Down
2 changes: 0 additions & 2 deletions horde/classes/base/waiting_prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,6 @@ def count_processing_gens(self):

def get_generations(self):
generations = []
if self.user.is_anon():
return generations
for procgen in self.processing_gens:
if procgen.fake:
continue
Expand Down
2 changes: 1 addition & 1 deletion horde/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later

HORDE_VERSION = "4.43.7"
HORDE_VERSION = "4.43.8"

WHITELISTED_SERVICE_IPS = {
"212.227.227.178", # Turing Bot
Expand Down

0 comments on commit 788cc17

Please sign in to comment.