mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
feat(vimchat): support channel info message
This commit is contained in:
parent
0b41ab97cc
commit
14f9130116
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user