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 ea495bdc3e2ebe40bc35c8159005436458e35ca5
parent e33492754cd3f6c63672d78ba2e79c2c12baa1e9
Author: Matthew Horan <matt@matthoran.com>
Date:   Sun,  1 Nov 2020 15:09:48 -0500

Add return type to connection-info reducer

Diffstat:
Msrc/store/connection-info.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/store/connection-info.ts b/src/store/connection-info.ts @@ -12,7 +12,7 @@ const initialState: ConnectionInfo = { filterBuffers: true }; -export default (state: ConnectionInfo = initialState, action) => { +export default (state: ConnectionInfo = initialState, action): ConnectionInfo => { switch (action.type) { case "SET_CONNECTION_INFO": return {