aboutsummaryrefslogtreecommitdiffstats
path: root/doc/hook/get_profile_photo.bb
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-04-30 06:59:19 +0000
committerMario <mario@mariovavti.com>2024-04-30 06:59:19 +0000
commit7c34a3676d294c9a1acc69f71ab3061074509160 (patch)
treead04cef0d545c5e5e24e76060b6c32d65363d48e /doc/hook/get_profile_photo.bb
parent48cec945051d259a06871d937ad998a1bd3e22ec (diff)
downloadvolse-hubzilla-7c34a3676d294c9a1acc69f71ab3061074509160.tar.gz
volse-hubzilla-7c34a3676d294c9a1acc69f71ab3061074509160.tar.bz2
volse-hubzilla-7c34a3676d294c9a1acc69f71ab3061074509160.zip
Rework Help module + begin tests for Setup module
Diffstat (limited to 'doc/hook/get_profile_photo.bb')
-rw-r--r--doc/hook/get_profile_photo.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/hook/get_profile_photo.bb b/doc/hook/get_profile_photo.bb
deleted file mode 100644
index ab07179ae..000000000
--- a/doc/hook/get_profile_photo.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-[h2]get_profile_photo[/h2]
-
-Called when fetching the content of the default profile photo for a local channel in mod_photo.
-
-
-Hook arguments:
-
-'imgscale' => integer resolution requested (4, 5, or 6)
-'channel_id' => channel_id of requested profile photo
-'default' => filename of default profile photo of this imgscale
-'data' => empty string
-'mimetype' => empty string
-
-
-If 'data' is set, this data will be used instead of the data obtained from the database search for the profile photo.
-If 'mimetype' is set, this mimetype will be used instead of the mimetype obtained from the database or the default profile photo mimetype.
-
-