diff options
author | friendica <info@friendica.com> | 2014-08-25 22:43:44 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-25 22:43:44 -0700 |
commit | 6e99848043d198af5013c2439e7a2d16d8a32c52 (patch) | |
tree | 83c1b8471605dadc9d810d01fb08e81658cadce1 /view/tpl/diaspora_reshare.tpl | |
parent | eb8f194419975a6cd3debba145c8769da055b8dc (diff) | |
download | volse-hubzilla-6e99848043d198af5013c2439e7a2d16d8a32c52.tar.gz volse-hubzilla-6e99848043d198af5013c2439e7a2d16d8a32c52.tar.bz2 volse-hubzilla-6e99848043d198af5013c2439e7a2d16d8a32c52.zip |
more diaspora stuff - most of the basic bits are there except queueing and physical delivery (I'm keeping delivery turned off until some of the bugs are fixed so we don't cause inifinite loops or network meltdowns) - now it's just a matter of going through and methodically finding all the bugs
Diffstat (limited to 'view/tpl/diaspora_reshare.tpl')
-rw-r--r-- | view/tpl/diaspora_reshare.tpl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/view/tpl/diaspora_reshare.tpl b/view/tpl/diaspora_reshare.tpl new file mode 100644 index 000000000..c2b4bf774 --- /dev/null +++ b/view/tpl/diaspora_reshare.tpl @@ -0,0 +1,18 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} +<XML> + <post> + <reshare> + <root_diaspora_id>{{$root_handle}}</root_diaspora_id> + <root_guid>{{$root_guid}}</root_guid> + <guid>{{$guid}}</guid> + <diaspora_handle>{{$handle}}</diaspora_handle> + <public>{{$public}}</public> + <created_at>{{$created}}</created_at> + <provider_display_name>{{$provider}}</provider_display_name> + </reshare> + </post> +</XML> |