From 020e5fea46191312b8ffc479fa7bd652bd07be54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Sat, 18 May 2024 18:09:10 +0200 Subject: [PATCH] Fix an error in the returned type of getSeenAttribute Complete the DOAP --- app/Presence.php | 2 ++ doap.xml | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/app/Presence.php b/app/Presence.php index d60829e5d..d1c664573 100644 --- a/app/Presence.php +++ b/app/Presence.php @@ -58,6 +58,8 @@ class Presence extends Model } elseif ($this->delay) { return $this->delay; } + + return null; } public function getPresencetextAttribute() diff --git a/doap.xml b/doap.xml index c267f79fa..6438d2f3d 100644 --- a/doap.xml +++ b/doap.xml @@ -536,6 +536,13 @@ 0.3.0 + + + + complete + 0.2.1 + +