29 Nov 2022 |
ilmais1n | The matterbridge bug seems to be related to the AD jids | 13:13:36 |
30 Nov 2022 |
GitHub | [tulir/whatsmeow] Repo forked into deegar/whatsmeow | 08:43:54 |
| matrix-whatsapp joined the room. | 08:53:21 |
matrix-whatsapp | hello | 08:53:28 |
matrix-whatsapp | how can i send direct url of image, video or document? | 08:53:59 |
matrix-whatsapp | like in baileys we can add file url in options like
send message(jid,{
url: url,
}) | 08:57:48 |
matrix-whatsapp | anyone? i am new to this package so do not mind my dumb question | 09:01:43 |
tulir | https://pkg.go.dev/go.mau.fi/whatsmeow#Client.Upload | 09:02:32 |
| akshettrj changed their display name from akshettrj to jaksdf. | 09:03:38 |
| akshettrj changed their display name from jaksdf to akshettrj. | 09:03:50 |
matrix-whatsapp |  Download image.png | 09:34:35 |
matrix-whatsapp | didnt work | 09:34:37 |
tulir | I doubt you could do that in baileys either | 09:35:03 |
matrix-whatsapp |  Download image.png | 09:35:49 |
matrix-whatsapp | we can | 09:35:52 |
tulir | well anyway whatsmeow doesn't have useless features like that | 09:38:34 |
tulir | (you obviously can't send direct urls to whatsapp itself, it always has to be downloaded and reuploaded) | 09:39:42 |
GitHub | [tulir/whatsmeow] qingcelei opened
issue
#289: how to change device icon and name show in whatsapp mobile
I use this project and success login in whatsapp, but in mobile app, the device name is whatsmeow ,how to change the device name and icon
| 11:37:50 |
GitHub | [tulir/whatsmeow] tulir closed and
commented on
issue
#289: how to change device icon and name show in whatsapp mobile:
You can change the values in store.DeviceProps (e.g. store.DeviceProps.Os = proto.String("text") , or use store.SetOSInfo() )
| 11:40:32 |
| dannyjesus joined the room. | 17:12:49 |
dannyjesus | Is button/template working this Library? | 17:17:22 |
akshettrj | sometimes, there are these errors that "Database is locked"
is there any way to let the functions wait for the database to get unlocked instead of throwing error | 17:30:37 |
Diego Saldias |
I changed it from sqlite to mysql, but I had to rewrite the sql code for the database, so far it hasn't given me any problems | 18:11:18 |
Diego Saldias | In reply to @dsaldiasvillarroel:matrix.org
I changed it from sqlite to mysql, but I had to rewrite the sql code for the database, so far it hasn't given me any problems I don't have a repository, I have it at this link:
https://drive.google.com/file/d/1ez9PLzS9KXyJ9Vo9sOV6UaINFoKuMWmM/view?usp=sharing
| 18:14:10 |
tulir | postgres is already supported so you can just use that | 18:14:42 |
tulir | In reply to @akshettrj:matrix.org sometimes, there are these errors that "Database is locked"
is there any way to let the functions wait for the database to get unlocked instead of throwing error there are a few different potential causes for that so the solution depends on why it happened exactly | 18:15:50 |
apossebom | Anybody knows if have a WhatsApp lib like this from tulir for rust? | 18:15:59 |
emacielxp | In reply to @floowm:matrix.org This is not old message, this is a message while you were not online there's an configuration to avoid load the messages were are not online? | 18:39:34 |
tulir | https://pkg.go.dev/go.mau.fi/whatsmeow/types/events#OfflineSyncCompleted | 18:40:36 |
1 Dec 2022 |
| Winter joined the room. | 02:01:43 |