mirror of
https://github.com/friendica/friendica
synced 2025-05-04 19:44:11 +02:00
Merge remote-tracking branch 'upstream/develop' into lower-platform
This commit is contained in:
commit
fba46111b1
12 changed files with 109 additions and 24 deletions
|
@ -22,7 +22,7 @@ use Psr\Log\LoggerInterface;
|
|||
* @property string hash
|
||||
* @property string datetime
|
||||
* @property bool blocked
|
||||
* @property bool ignored
|
||||
* @property bool ignore
|
||||
*/
|
||||
final class Introduction extends BaseModel
|
||||
{
|
||||
|
@ -116,7 +116,7 @@ final class Introduction extends BaseModel
|
|||
*/
|
||||
public function ignore()
|
||||
{
|
||||
$this->ignored = true;
|
||||
$this->ignore = true;
|
||||
|
||||
return $this->intro->update($this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue