weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

commit b16d746f51188742ca620d075bbfc33beaaaca69
parent bc47d0bdabc393e85fe5e9b7b8c21d5cc603449d
Author: Matthew Horan <matt@matthoran.com>
Date:   Sun, 11 Nov 2018 09:11:55 -0500

Display date of message instead of date printed

For some reason they are not the same with wee-slack. Glowing Bear,
weechat-android use date instead, so let's do the same.

Diffstat:
Msrc/usecase/buffers/ui/themes/Default.tsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/usecase/buffers/ui/themes/Default.tsx b/src/usecase/buffers/ui/themes/Default.tsx @@ -41,7 +41,7 @@ export default class BufferLine extends React.Component<Props> { <Text style={[styles.text, styles.meta]} > - {formatDate(line.date_printed)} + {formatDate(line.date)} </Text> </View> <View