Set multis to private after copying.

One more time with feeling. :)
This commit is contained in:
Max Goodman
2013-07-18 00:30:35 -07:00
parent 737384513c
commit 6d82ec79f7

View File

@@ -263,6 +263,7 @@ class MultiApiController(RedditController, OAuth2ResourceController):
# force markdown linking since /user/foo is not autolinked
'source': '[%s](%s)' % (from_path, from_path)
}
to_multi.visibility = 'private'
to_multi._commit()
return self._format_multi(to_multi)