micw
micw
@rdasgupt I have seen that you are currently one of the most active members in this project. May I point you attention to this issue? It is a blocker for...
@42wim Can I provide some more information to debug this? It happens regulary.
@42wim What changes (besides a rebase) are required to bring this in a state that you'd merge? Kind regards, Michael.
Solution for this particular issue is IMO to allow to show the phone number instead of "someone". While that's not wanted in public groups, it's absolutely wanted in most private...
When reading the code og go-whatsapp, I found: https://github.com/42wim/matterbridge/blob/4fcad8e04befeec2c7e468b36500fa33eb22af51/vendor/github.com/Rhymen/go-whatsapp/store.go#L48 May it be that the key in the contatc list is different from the actual sender jid, causing the lookup failures?
It seems that if I restart matterbridge, after someone has sent a message to a WA group, this one's nick is resolved properly.
There was already a related fix in https://github.com/42wim/matterbridge/issues/796. But it seems that this is insufficient. I have tried to analyze when `someone` is printed and when the nick name. It...
@nathanaelhoun I ping you in this ticket since your PR #1160 seems to be related to this issue.
@nathanaelhoun I'm reviewing https://github.com/42wim/matterbridge/blob/78f3820cede34808fec7e90fe42e564379dd4546/bridge/whatsapp/helpers.go#L75-L111 To avoid code duplication (which leads to diverge in code as already happened, compare L77-L89 with L102-107) I think the check should be earlier, something like:...
Until the issue is fixed, the label "Context name (ex. /dummy)" should be changed to something like "Context name (ex. /dummy - use /app#dummy to deploy to /app/dummy)"