temporarily disabling global feels writing
see issue #19 for details; this is just a brief patch so it doesn't crash every time someone writes a postmaster
parent
279c7f1431
commit
e26764eab5
|
@ -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):
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue