Prechádzať zdrojové kódy

Make incoming call message clearer

Tulir Asokan 1 rok pred
rodič
commit
6178ced1fe
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      user.go

+ 2 - 2
user.go

@@ -655,9 +655,9 @@ func (user *User) handleCallStart(sender types.JID, id, callType string, ts time
 		return
 	}
 	portal := user.GetPortalByJID(sender)
-	text := "Incoming call"
+	text := "Incoming call. Use the WhatsApp app to answer."
 	if callType != "" {
-		text = fmt.Sprintf("Incoming %s call", callType)
+		text = fmt.Sprintf("Incoming %s call. Use the WhatsApp app to answer.", callType)
 	}
 	portal.messages <- PortalMessage{
 		fake: &fakeMessage{