Diaspora #devs: There's a user on my pod, who I am sharing with, but when I try to comment or like I get an error and the log says something like this:
[2018-11-01T23:31:18] INFO PID-19073 TID-3256120 Rails: Started POST "/posts/xxxxxxx/likes" for xxx.xxx.xxx.xxx at 2018-11-01 23:31:18 +0000
[2018-11-01T23:31:18] INFO PID-19073 TID-3256120 ActionController::Base: Processing by LikesController#create as JSON
[2018-11-01T23:31:18] INFO PID-19073 TID-3256120 ActionController::Base: Parameters: {"post_id"=>"xxxxxxx"}
[2018-11-01T23:31:18] INFO PID-19073 TID-3256120 ActionController::Base: Completed 422 Unprocessable Entity in 51ms (Views: 0.8ms | ActiveRecord: 5.3ms)
Any ideas?