This repository was archived by the owner on Dec 2, 2023. It is now read-only.
Commit f360d91
authored
fix: peers avatar and extraInfo not updating on redis (#599)
* 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.1 parent 118b8c4 commit f360d91
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | 100 | | |
103 | 101 | | |
104 | 102 | | |
| |||
113 | 111 | | |
114 | 112 | | |
115 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| |||
181 | 183 | | |
182 | 184 | | |
183 | 185 | | |
184 | | - | |
| 186 | + | |
185 | 187 | | |
186 | 188 | | |
187 | 189 | | |
| |||
0 commit comments