[PLUGIN][RepeatNote] Do not notify about clone note
Fix redirecion after action Fix typo in activitypub handler
This commit is contained in:
@@ -109,7 +109,7 @@ class Favourite extends NoteHandlerPlugin
|
||||
|
||||
$query_string = $request->getQueryString();
|
||||
// Concatenating get parameter to redirect the user to where he came from
|
||||
$favourite_action_url .= !\is_null($query_string) ? '?from=' . mb_substr($query_string, 2) : '';
|
||||
$favourite_action_url .= '?from=' . urlencode($request->getRequestUri());
|
||||
|
||||
$extra_classes = $is_favourite ? 'note-actions-set' : 'note-actions-unset';
|
||||
$favourite_action = [
|
||||
|
||||
Reference in New Issue
Block a user