mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 08:48:18 -05:00
Set multis to private after copying.
One more time with feeling. :)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user