]> git.mxchange.org Git - friendica.git/commitdiff
Whitespaces ...
authorMichael <heluecht@pirati.ca>
Wed, 19 May 2021 22:18:30 +0000 (22:18 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 19 May 2021 22:18:30 +0000 (22:18 +0000)
src/Module/Api/Mastodon/Conversations/Read.php

index 346e78a50156d3cf2c0c0e30c33692b068b5d05b..d1c349eaac7059b040fea80339734a043ee0bb0b 100644 (file)
@@ -39,7 +39,7 @@ class Read extends BaseApi
                if (!empty($parameters['id'])) {
                        DI::mstdnError()->UnprocessableEntity();
                }
-               
+
                DBA::update('mail', ['seen' => true], ['convid' => $parameters['id'], 'uid' => $uid]);
 
                System::jsonExit(DI::mstdnConversation()->CreateFromConvId($parameters['id'])->toArray());