mirror of
https://github.com/friendica/friendica
synced 2025-04-22 04:30:10 +00:00
Preparations for "featured" posts
This commit is contained in:
parent
29f65d250f
commit
a1dd299eb3
8 changed files with 125 additions and 5 deletions
|
@ -492,7 +492,7 @@ class Processor
|
|||
|
||||
Logger::debug('Add post to featured collection', ['uri-id' => $uriid]);
|
||||
|
||||
// @todo Add functionality
|
||||
Post\Collection::add($uriid, Post\Collection::FEATURED);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -509,7 +509,7 @@ class Processor
|
|||
|
||||
Logger::debug('Remove post from featured collection', ['uri-id' => $uriid]);
|
||||
|
||||
// @todo Add functionality
|
||||
Post\Collection::remove($uriid, Post\Collection::FEATURED);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue