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