mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
my spec suite has been playing up attempting to clean some stuff by avoiding type checks
This commit is contained in:
@ -106,7 +106,7 @@ class PostCreator
|
||||
post.topic.update_attributes(attrs)
|
||||
|
||||
# Update topic user data
|
||||
TopicUser.change(post.user,
|
||||
TopicUser.change(post.user.id,
|
||||
post.topic.id,
|
||||
posted: true,
|
||||
last_read_post_number: post.post_number,
|
||||
|
Reference in New Issue
Block a user