mirror of
https://github.com/friendica/friendica
synced 2024-11-18 13:03:41 +00:00
spelling: importer
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
4dd85e3f3c
commit
64b40254b0
1 changed files with 1 additions and 1 deletions
|
@ -1713,7 +1713,7 @@ class DFRN
|
||||||
* Checks if an incoming message is wanted
|
* Checks if an incoming message is wanted
|
||||||
*
|
*
|
||||||
* @param array $item
|
* @param array $item
|
||||||
* @param array $imporer
|
* @param array $importer
|
||||||
* @return boolean Is the message wanted?
|
* @return boolean Is the message wanted?
|
||||||
*/
|
*/
|
||||||
private static function isSolicitedMessage(array $item, array $importer): bool
|
private static function isSolicitedMessage(array $item, array $importer): bool
|
||||||
|
|
Loading…
Reference in a new issue