mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-01-24 02:40:18 +00:00
temporarily disabling global feels writing
see issue #15 for details; this is just a brief patch so it doesn't crash every time someone writes a post
This commit is contained in:
@@ -400,7 +400,8 @@ def www_neighbors():
|
||||
for user in userList:
|
||||
sortedUsers.append(user[0])
|
||||
|
||||
write_global_feed(sortedUsers)
|
||||
# currently disabled due to /var/global/permissions issues
|
||||
#write_global_feed(sortedUsers)
|
||||
|
||||
def nopub(filename):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user