Show More
@@ -347,6 +347,7 b' class Post(models.Model, Viewable):' | |||||
347 |
|
347 | |||
348 | if self.id: |
|
348 | if self.id: | |
349 | for thread in self.get_threads().all(): |
|
349 | for thread in self.get_threads().all(): | |
|
350 | if thread.can_bump(): | |||
350 | thread.update_bump_status() |
|
351 | thread.update_bump_status() | |
351 | thread.last_edit_time = self.last_edit_time |
|
352 | thread.last_edit_time = self.last_edit_time | |
352 |
|
353 |
General Comments 0
You need to be logged in to leave comments.
Login now