mirror of
https://github.com/discourse/discourse.git
synced 2025-04-17 17:29:04 +08:00
Merge pull request #2682 from techAPJ/patch-1
Suppress share link for anonymous users
This commit is contained in:
commit
fd0a0aafb4
@ -223,6 +223,7 @@ export default Discourse.View.extend({
|
||||
|
||||
// Share button
|
||||
buttonForShare: function(post) {
|
||||
if (!Discourse.User.current()) return;
|
||||
var options = {
|
||||
shareUrl: post.get('shareUrl'),
|
||||
postNumber: post.get('post_number')
|
||||
|
Loading…
x
Reference in New Issue
Block a user