Fix subscriptions:clear task, refactor feeds, refactor streamable activites
and atom feed generation to some extent, as well as the way mentions are stored
This commit is contained in:
parent
9594f0e858
commit
a08e724476
24 changed files with 219 additions and 234 deletions
|
@ -4,7 +4,7 @@ class StatusesController < ApplicationController
|
|||
before_action :authenticate_user!
|
||||
|
||||
def create
|
||||
status = PostStatusService.new.(current_user.account, status_params[:text])
|
||||
PostStatusService.new.(current_user.account, status_params[:text])
|
||||
redirect_to root_path
|
||||
rescue ActiveRecord::RecordInvalid
|
||||
redirect_to root_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue