mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 23:28:02 -05:00
added hide post feature back to stream
This commit is contained in:
committed by
Dennis Collinson
parent
24950bd364
commit
3f7144f214
@@ -20,7 +20,7 @@ class ShareVisibilitiesController < ApplicationController
|
||||
@vis.hidden = !@vis.hidden
|
||||
if @vis.save
|
||||
update_cache(@vis)
|
||||
render 'update'
|
||||
render :nothing => true, :status => 200
|
||||
return
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user