diff options
author | friendica <info@friendica.com> | 2014-07-24 15:55:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-24 15:55:01 -0700 |
commit | 5a5190f2ff5e007283882b99171a6681d6f6ba48 (patch) | |
tree | 96a6be320206db1a37dfd9e61d1a4fc3776d2f28 /include/dir_fns.php | |
parent | 0f14dd30db80637a3f3dd2af05eb14c248def724 (diff) | |
download | volse-hubzilla-5a5190f2ff5e007283882b99171a6681d6f6ba48.tar.gz volse-hubzilla-5a5190f2ff5e007283882b99171a6681d6f6ba48.tar.bz2 volse-hubzilla-5a5190f2ff5e007283882b99171a6681d6f6ba48.zip |
add an encoding type to formatted zot communication structures so that we can later add alternate encodings.
Diffstat (limited to 'include/dir_fns.php')
-rw-r--r-- | include/dir_fns.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dir_fns.php b/include/dir_fns.php index 1bc97cfec..14e4c0a1d 100644 --- a/include/dir_fns.php +++ b/include/dir_fns.php @@ -185,6 +185,7 @@ function local_dir_update($uid,$force) { ); $profile = array(); + $profile['encoding'] = 'zot'; if($p) { $hash = $p[0]['channel_hash']; |