Skip to content

Commit

Permalink
set "via" property when receiving posts
Browse files Browse the repository at this point in the history
  • Loading branch information
rekado committed Mar 12, 2013
1 parent a186e49 commit d7926f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/libertree/server/responder/post.rb
Expand Up @@ -38,7 +38,8 @@ def rsp_post(params)
'member_id' => member.id, 'member_id' => member.id,
'remote_id' => params['id'], 'remote_id' => params['id'],
'visibility' => params['visibility'], 'visibility' => params['visibility'],
'text' => post_text 'text' => post_text,
'via' => params['via']
) )
end end


Expand Down

0 comments on commit d7926f8

Please sign in to comment.