1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00

feat(vimchat): support channel info message

This commit is contained in:
wsdjeg 2022-05-03 11:18:22 +08:00
parent 0b41ab97cc
commit 14f9130116

View File

@ -119,6 +119,13 @@ function! s:fetch(roomid) abort
\ 'jobid' : jobid,
\ 'response' : [],
\ }
call chat#windows#push({
\ 'user' : '--->',
\ 'username' : '--->',
\ 'room' : room,
\ 'msg' : 'fetching channel messages',
\ 'time': strftime("%Y-%m-%d %H:%M"),
\ })
endif
endfunction