]> git.mxchange.org Git - friendica-addons.git/commitdiff
[nitter] use other hook for the addon
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 1 Oct 2021 15:04:33 +0000 (17:04 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 1 Oct 2021 15:04:33 +0000 (17:04 +0200)
This enables the addon to also replace links in the attached preview with the
Nitter server. **BUT** it requires the addon to be reloaded manually by the
nodes admin.

nitter/nitter.php

index 538de2c34543a34a32b5eafe9c2cf6f9ba7a7619..687ea78c42e72b6575bd5397dbf1016fc0295fea 100644 (file)
@@ -30,7 +30,7 @@ use Friendica\DI;
 
 function nitter_install()
 {
-       Addon::registerHook ('prepare_body', 'addon/nitter/nitter.php', 'nitter_render');
+       Addon::registerHook ('prepare_body_final', 'addon/nitter/nitter.php', 'nitter_render');
 }
 
 /* Handle the send data from the admin settings