File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2547,7 +2547,7 @@ public function getCapabilities(): DataResponse {
2547
2547
$ data ['config ' ]['chat ' ]['read-privacy ' ] = Participant::PRIVACY_PRIVATE ;
2548
2548
}
2549
2549
if (isset ($ data ['config ' ]['chat ' ]['typing-privacy ' ])) {
2550
- $ data ['config ' ]['chat ' ]['typing-privacy ' ] = Participant:: PRIVACY_PRIVATE ;
2550
+ $ data ['config ' ]['chat ' ]['typing-privacy ' ] = $ this -> talkConfig -> getUserTypingPrivacy ( $ this -> userId ) ;
2551
2551
}
2552
2552
if (isset ($ data ['config ' ]['call ' ]['start-without-media ' ])) {
2553
2553
$ data ['config ' ]['call ' ]['start-without-media ' ] = $ this ->talkConfig ->getCallsStartWithoutMedia ($ this ->userId );
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ public function overwrittenRemoteTalkHash(string $hash): string {
40
40
'config ' => [
41
41
'chat ' => [
42
42
'read-privacy ' ,
43
- 'typing-privacy ' ,
44
43
],
45
44
'call ' => [
46
45
'blur-virtual-background ' ,
You can’t perform that action at this time.
0 commit comments