]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Profile/Profile.php
Merge pull request #10632 from annando/fox-notifications
[friendica.git] / src / Module / Profile / Profile.php
index 7e35fec8b7e4ca0a2c3a275e513169b20ac09c1e..25b6eccc9abdb6c6514239985483420b19b6e43c 100644 (file)
@@ -176,6 +176,10 @@ class Profile extends BaseProfile
                        $basic_fields += self::buildField('xmpp', DI::l10n()->t('XMPP:'), $profile['xmpp']);
                }
 
+               if ($profile['matrix']) {
+                       $basic_fields += self::buildField('matrix', DI::l10n()->t('Matrix:'), $profile['matrix']);
+               }
+
                if ($profile['homepage']) {
                        $basic_fields += self::buildField('homepage', DI::l10n()->t('Homepage:'), HTML::toLink($profile['homepage']));
                }