mirror of
https://github.com/friendica/friendica
synced 2024-11-19 21:43:41 +00:00
The function is only needed in the same class
This commit is contained in:
parent
3ab837f3c7
commit
acd1caa114
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ class Transmitter
|
|||
*
|
||||
* @return activity type
|
||||
*/
|
||||
public static function getTypeOfItem($item)
|
||||
private static function getTypeOfItem($item)
|
||||
{
|
||||
if ($item['verb'] == ACTIVITY_POST) {
|
||||
if ($item['created'] == $item['edited']) {
|
||||
|
|
Loading…
Reference in a new issue