aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-03 11:34:07 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-03 11:34:07 +0200
commitb8d8be701382b72b3556ff9a3d67aabfc85223f5 (patch)
treea96829e583be982f9cc9bd92c066b8816ae1d294 /mod
parente361ee9253d0a235a6b54fae1a1d6a25a6541342 (diff)
downloadvolse-hubzilla-b8d8be701382b72b3556ff9a3d67aabfc85223f5.tar.gz
volse-hubzilla-b8d8be701382b72b3556ff9a3d67aabfc85223f5.tar.bz2
volse-hubzilla-b8d8be701382b72b3556ff9a3d67aabfc85223f5.zip
show chat expiration time in overview and minor fixes
Diffstat (limited to 'mod')
-rw-r--r--mod/chat.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/chat.php b/mod/chat.php
index 211846964..75c364008 100644
--- a/mod/chat.php
+++ b/mod/chat.php
@@ -240,6 +240,8 @@ function chat_content(&$a) {
'$newroom' => t('Create New'),
'$is_owner' => ((local_channel() && local_channel() == App::$profile['profile_uid']) ? 1 : 0),
'$chatroom_new' => $chatroom_new,
+ '$expire' => t('Expiration'),
+ '$expire_unit' => t('min') //minutes
));
return $o;