make posts have empty photos so reshared stop messing up
This commit is contained in:
parent
6bc44f6f5a
commit
232e620637
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ class Post < ActiveRecord::Base
|
|||
|
||||
def raw_message; ""; end
|
||||
def mentioned_people; []; end
|
||||
def photos; []; end
|
||||
|
||||
def self.excluding_blocks(user)
|
||||
people = user.blocks.map{|b| b.person_id}
|
||||
|
|
|
|||
Loading…
Reference in a new issue