- USA
- https://mrpetovan.com
-
Joined on
2018-06-02
Removing incorrectly copied files
Removing incorrectly copied files
This PR seems to be about an addon that hasn't been merged yet, please address my comment in #1629 first.
loma-one-patch-1
loma-one-patch-1
Thank you for your work! Please create a separate pull request for each addon, and clean up the icons folder that is committed at the root of addons.
New converse.js based XMPP addon
Fix PHPStan error
add messages.po file for ratioed addon
add messages.po file for ratioed addon
@tobias Is Transifex going to pick this file up automatically?
PHPStan level 3
Please change \Friendica\Protocol\ATProtocol\Processor::fetchUriId to always return an integer. This is what the method is expected to do.
PHPStan level 3
Instead of checking for this, $recipients should be assigned the result of DBA::toArray(DBA:p(...)) in order for the later foreach() to be valid. Normally, the DBA::p output requires the use of DBA::fetch() in a loop.