1
0

Reenable user dir

This commit is contained in:
hera
2017-06-13 10:01:18 +00:00
parent bda356162a
commit 84ecb8f2e7
-1
View File
@@ -99,7 +99,6 @@ class UserDirectoyHandler(object):
@defer.inlineCallbacks
def _unsafe_process(self):
return
# If self.pos is None then means we haven't fetched it from DB
if self.pos is None:
self.pos = yield self.store.get_user_directory_stream_pos()