Ver Fonte

Make incoming call message clearer

Tulir Asokan há 1 ano atrás
pai
commit
6178ced1fe
1 ficheiros alterados com 2 adições e 2 exclusões
  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{