|
@@ -59,7 +59,7 @@ class ThreadsListView(ThreadsListBaseView, ThreadsListModeration, TypeMixin):
|
|
thread.delete()
|
|
thread.delete()
|
|
# Nope, see if we removed ourselves
|
|
# Nope, see if we removed ourselves
|
|
else:
|
|
else:
|
|
- self.thread.set_checkpoint(self.request, 'left')
|
|
|
|
|
|
+ thread.set_checkpoint(self.request, 'left')
|
|
except User.DoesNotExist:
|
|
except User.DoesNotExist:
|
|
pass
|
|
pass
|
|
if left:
|
|
if left:
|