Notices by pankraz (pankraz@freunde.ma-nic.de)
-
Embed this notice
pankraz (pankraz@freunde.ma-nic.de)'s status on Thursday, 02-Feb-2023 00:14:11 JST pankraz @one Was ist mit E-Mail und Twitter? -
Embed this notice
pankraz (pankraz@freunde.ma-nic.de)'s status on Tuesday, 03-Jan-2023 22:05:40 JST pankraz @developers
In my error log was another bug in src/Core/Storage/Type/ExternalResource.php.
In line 66 $fetchResult can be empty. That should be caught by another if statement, for example:
if (empty($fetchResult)) { throw new ReferenceStorageException(sprintf('External resource failed to get %s', $reference)); } else { throw new ReferenceStorageException(sprintf('External resource failed to get %s', $reference), $fetchResult->getReturnCode(), new Exception($fetchResult->getBody())); }
This might probably help. -
Embed this notice
pankraz (pankraz@freunde.ma-nic.de)'s status on Thursday, 08-Dec-2022 07:12:04 JST pankraz I just found out that the Mastodon API api/v1/accounts/[:accountid]/block only works for followers of my account. The problem is that the Google Play Store demands that ALL contacts can be blocked (like some stupid commentator of a post of an account I follow). Can this be extended? -
Embed this notice
pankraz (pankraz@freunde.ma-nic.de)'s status on Sunday, 04-Dec-2022 00:16:59 JST pankraz @hypolite @heluecht @tio I added an open question concerning the additional report fields (category and rule id).