Home
last modified time | relevance | path

Searched refs:csCurrentChannelId (Results 1 – 16 of 16) sorted by relevance

/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/State/
H A DChannels.hs474 cId <- use (csCurrentChannelId tId)
486 cId <- use (csCurrentChannelId tId)
503 cId <- use (csCurrentChannelId tId)
521 cId <- use (csCurrentChannelId tId)
838 cId <- use (csCurrentChannelId tId)
867 cId <- use (csCurrentChannelId tId)
916 cId <- use (csCurrentChannelId tId)
945 cId <- use (csCurrentChannelId tId)
1047 cId <- use (csCurrentChannelId tId)
1060 cId <- use (csCurrentChannelId tId)
[all …]
H A DChannelList.hs77 oldCid <- use (csCurrentChannelId tId)
94 newCid <- use (csCurrentChannelId tId)
H A DUserListOverlay.hs38 cId <- use (csCurrentChannelId myTId)
57 cId <- use (csCurrentChannelId myTId)
H A DEditing.hs367 cId <- use (csCurrentChannelId tId)
390 let action = UserTyping now (st^.csCurrentChannelId(tId)) pId
463 cId <- use (csCurrentChannelId tId)
486 cId <- use (csCurrentChannelId tId)
H A DMessageSelect.hs121 cId <- use (csCurrentChannelId tId)
239 cId <- use (csCurrentChannelId tId)
H A DCommon.hs131 cid <- use (csCurrentChannelId(tId))
162 let cId = st ^. csCurrentChannelId (st^.csCurrentTeamId)
H A DMessages.hs544 currCId <- use (csCurrentChannelId curTId)
592 currCId <- use (csCurrentChannelId currTid)
775 cId <- use (csCurrentChannelId tId)
901 cId <- use (csCurrentChannelId tId)
H A DPostListOverlay.hs84 cId <- use (csCurrentChannelId tId)
H A DAutocomplete.hs265 cId <- use (csCurrentChannelId(tId))
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/Events/
H A DMain.hs148 cId <- use (csCurrentChannelId tId)
157 clearChannelUnreadStatus =<< use (csCurrentChannelId tId)
H A DWebsocket.hs62 cId <- use (csCurrentChannelId tId)
73 cId <- use (csCurrentChannelId tId)
86 cId <- use (csCurrentChannelId tId)
H A DEditNotifyPrefs.hs42 cId = st^.csCurrentChannelId(st^.csCurrentTeamId)
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/
H A DCommand.hs123 hideDMChannel =<< use (csCurrentChannelId tId)
257 cId <- use (csCurrentChannelId tId)
298 cId <- use (csCurrentChannelId tId)
H A DLastRunState.hs67 , _lrsSelectedChannelId = cs^.csCurrentChannelId(cs^.csCurrentTeamId)
H A DTypes.hs170 , csCurrentChannelId
2185 csCurrentChannelId :: TeamId -> SimpleGetter ChatState ChannelId
2186 csCurrentChannelId tId = function
2222 …lens (\ st -> findChannelById (st^.csCurrentChannelId(st^.csCurrentTeamId)) (st^.csChannels) ^?! _…
2223 (\ st n -> st & csChannels %~ addChannel (st^.csCurrentChannelId(st^.csCurrentTeamId)) n)
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/Draw/
H A DMain.hs452 cId = st^.(csCurrentChannelId tId)