Commit 8b6bfeda authored by Dan Pascu's avatar Dan Pascu

Fixed conflict

parent e2de802d
...@@ -34,7 +34,8 @@ class TLSSettingsExtension(TLSSettings): ...@@ -34,7 +34,8 @@ class TLSSettingsExtension(TLSSettings):
class AccountExtension(SettingsObjectExtension): class AccountExtension(SettingsObjectExtension):
pstn = PSTNSettingsExtension display_name = Setting(type=str, default=user_info.fullname, nillable=True)
pstn = PSTNSettings
rtp = RTPSettingsExtension rtp = RTPSettingsExtension
server = ServerSettings server = ServerSettings
sounds = SoundSettings sounds = SoundSettings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment