Fix incoming group call text

This commit is contained in:
Tulir Asokan 2021-11-02 15:52:12 +02:00
parent e0d79f2de1
commit 2977994f74

View file

@ -430,7 +430,7 @@ func (user *User) handleCallStart(sender types.JID, id, callType string) {
portal := user.GetPortalByJID(sender)
text := "Incoming call"
if callType != "" {
text = fmt.Sprintf("Incoming %s call", text)
text = fmt.Sprintf("Incoming %s call", callType)
}
portal.messages <- PortalMessage{
fake: &fakeMessage{