add an encoding type to formatted zot communication structures so that we can later add alternate encodings.

This commit is contained in:
friendica
2014-07-24 15:55:01 -07:00
parent 0f14dd30db
commit 5a5190f2ff
4 changed files with 5 additions and 6 deletions

View File

@@ -185,6 +185,7 @@ function local_dir_update($uid,$force) {
);
$profile = array();
$profile['encoding'] = 'zot';
if($p) {
$hash = $p[0]['channel_hash'];