Skip to content

Commit

Permalink
Merge pull request #9940 from nextcloud/exclude-recording-server-from…
Browse files Browse the repository at this point in the history
…-blocked-clients

Adjust user agent for recording server to not match with desktop client
  • Loading branch information
nickvergessen authored Jul 11, 2023
2 parents 7c69f58 + 9600778 commit a186374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recording/src/nextcloud/talk/recording/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
RECORDING_STATUS_AUDIO_AND_VIDEO = 1
RECORDING_STATUS_AUDIO_ONLY = 2

USER_AGENT = f'Mozilla/5.0 (Recording) Nextcloud-Talk v{__version__}'
USER_AGENT = f'Nextcloud-Talk-Recording/{__version__}'

0 comments on commit a186374

Please sign in to comment.