mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-03-18 00:10: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:
|
for user in userList:
|
||||||
sortedUsers.append(user[0])
|
sortedUsers.append(user[0])
|
||||||
|
|
||||||
write_global_feed(sortedUsers)
|
# currently disabled due to /var/global/permissions issues
|
||||||
|
#write_global_feed(sortedUsers)
|
||||||
|
|
||||||
def nopub(filename):
|
def nopub(filename):
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user