From 1199fe415a4fa19f34ca795cba200f795597c29e Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 1 Aug 2014 01:23:50 -0700 Subject: doc updates --- doc/html/include_2chat_8php.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'doc/html/include_2chat_8php.html') diff --git a/doc/html/include_2chat_8php.html b/doc/html/include_2chat_8php.html index 8d38b7e76..faa52b563 100644 --- a/doc/html/include_2chat_8php.html +++ b/doc/html/include_2chat_8php.html @@ -124,6 +124,8 @@ Functions    chat_message ($uid, $room_id, $xchan, $text)   + chatroom_flush ($room_id, $xchan) + 

Function Documentation

@@ -259,6 +261,35 @@ Functions

Referenced by chat_content().

+ + + +
+
+ + + + + + + + + + + + + + + + + + +
chatroom_flush ( $room_id,
 $xchan 
)
+
+

Reduces the number of lines shown in chat by removing those older than MAX_CHATROOM_HOURS

+ +

Referenced by chat_message(), and chatroom_enter().

+
-- cgit v1.2.3 From 9f22f28d2f4bae5fa2a4947fc01af6200a5a5223 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 22 Aug 2014 15:51:03 -0700 Subject: doc update --- doc/html/include_2chat_8php.html | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'doc/html/include_2chat_8php.html') diff --git a/doc/html/include_2chat_8php.html b/doc/html/include_2chat_8php.html index faa52b563..8d38b7e76 100644 --- a/doc/html/include_2chat_8php.html +++ b/doc/html/include_2chat_8php.html @@ -124,8 +124,6 @@ Functions    chat_message ($uid, $room_id, $xchan, $text)   - chatroom_flush ($room_id, $xchan) - 

Function Documentation

@@ -261,35 +259,6 @@ Functions

Referenced by chat_content().

- - - -
-
- - - - - - - - - - - - - - - - - - -
chatroom_flush ( $room_id,
 $xchan 
)
-
-

Reduces the number of lines shown in chat by removing those older than MAX_CHATROOM_HOURS

- -

Referenced by chat_message(), and chatroom_enter().

-
-- cgit v1.2.3 From 1e7fbac6c1a26e6ae5be18ce3e5332f222bc2977 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 26 Sep 2014 01:52:30 -0700 Subject: doc updates, clean up buttons on PM edit template to match other edit buttons --- doc/html/include_2chat_8php.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'doc/html/include_2chat_8php.html') diff --git a/doc/html/include_2chat_8php.html b/doc/html/include_2chat_8php.html index 8d38b7e76..cadccebf3 100644 --- a/doc/html/include_2chat_8php.html +++ b/doc/html/include_2chat_8php.html @@ -122,6 +122,8 @@ Functions    chatroom_list ($uid)   + chatroom_list_count ($uid) +   chat_message ($uid, $room_id, $xchan, $text)   @@ -309,7 +311,25 @@ Functions
-

Referenced by nav(), and widget_chatroom_list().

+

Referenced by widget_chatroom_list().

+ +
+ + +
+
+ + + + + + + + +
chatroom_list_count ( $uid)
+
+ +

Referenced by nav().

-- cgit v1.2.3