This repository was archived by the owner on Dec 2, 2023. It is now read-only.
Commit 9c9f527
authored
fix: extraInfo and avatar are not reflecting on UpdatePeer and AddPeer (#601)
* fix: peers avatar and extraInfo not updating on redis
Everywhere we have type declaration and usage for avatar and extraInfo for peer. But not set on redis while creating peers.
* fix: SA5011 lint error on room_signal file
Before pinfo null check routines returning error sid and uid are dereferenced.
Moved the dereference after error handling for null check.
* fix: extraInfo and avatar are not reflecting on UpdatePeer and AddPeer
On UpdatePeer event and AddPeer methods there is missing implementation for updating or adding avatar and extrInfo of a peer.1 parent f360d91 commit 9c9f527
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
230 | 232 | | |
231 | 233 | | |
232 | 234 | | |
| |||
273 | 275 | | |
274 | 276 | | |
275 | 277 | | |
276 | | - | |
| 278 | + | |
| 279 | + | |
277 | 280 | | |
278 | 281 | | |
279 | 282 | | |
| |||
308 | 311 | | |
309 | 312 | | |
310 | 313 | | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
311 | 317 | | |
312 | 318 | | |
313 | 319 | | |
| |||
359 | 365 | | |
360 | 366 | | |
361 | 367 | | |
362 | | - | |
| 368 | + | |
363 | 369 | | |
364 | 370 | | |
365 | 371 | | |
| |||
0 commit comments