diff options
author | friendica <info@friendica.com> | 2013-07-14 01:12:05 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-14 01:12:05 -0700 |
commit | 39856f7cb1c15bd737d60581e0a54a061896f99d (patch) | |
tree | 993bf6a736ac63c477ce4d0533e2e14d33fd4da6 /doc/html/classConversation.js | |
parent | df23bc9ad4511c1faab2efcf9a3558d81a8c2058 (diff) | |
download | volse-hubzilla-39856f7cb1c15bd737d60581e0a54a061896f99d.tar.gz volse-hubzilla-39856f7cb1c15bd737d60581e0a54a061896f99d.tar.bz2 volse-hubzilla-39856f7cb1c15bd737d60581e0a54a061896f99d.zip |
Add self to recipient lists. Sure we already have a copy but it's possible our nomadic channel clones don't.
Diffstat (limited to 'doc/html/classConversation.js')
-rw-r--r-- | doc/html/classConversation.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/html/classConversation.js b/doc/html/classConversation.js index 32fdc9e55..57f735fb5 100644 --- a/doc/html/classConversation.js +++ b/doc/html/classConversation.js @@ -3,14 +3,18 @@ var classConversation = [ "__construct", "classConversation.html#a6b064d00c56a6b7dec359d4348711c84", null ], [ "add_thread", "classConversation.html#a8335cdd43f1836e3c255638e61a09e16", null ], [ "get_mode", "classConversation.html#a87a0d704d5f2b1a008cc2e9ce06a1bcd", null ], + [ "get_observer", "classConversation.html#ae3d4190142e12b57051f11f2911f77a0", null ], [ "get_profile_owner", "classConversation.html#a5effe8ad3007e01333df44b81432b813", null ], [ "get_template_data", "classConversation.html#a2a96b7a6573ae53db861624659e831cb", null ], [ "get_thread", "classConversation.html#a4cff75d8c46b517e7133e4d0da6fc1c8", null ], + [ "is_commentable", "classConversation.html#a8b47c92b69459d461ea3cc9aae9597a3", null ], [ "is_preview", "classConversation.html#adf25ce023b69a166c63c6e84e02c136a", null ], [ "is_writable", "classConversation.html#a5879199008b96bee7550b576d614e1c1", null ], [ "set_mode", "classConversation.html#a66f121ca4026246f86a732e5faa0682c", null ], [ "set_profile_owner", "classConversation.html#a8898bddc1e8990e81dab9a13a532cc93", null ], + [ "$commentable", "classConversation.html#afd4965d22a6e4bfea2f35e931b3273c6", null ], [ "$mode", "classConversation.html#afb03d1648dbfafe62caa1e30f32f2b1a", null ], + [ "$observer", "classConversation.html#a8748445aa26047ebed5141f3c3cbc244", null ], [ "$preview", "classConversation.html#ae9937f9e0f3d927acc2bed46cc72e9ae", null ], [ "$profile_owner", "classConversation.html#a2f12724ef0244e9049fe1bb9641b516d", null ], [ "$threads", "classConversation.html#a41f4a549e6a99f98935c4742addd22c8", null ], |