Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
invisig0th committed Sep 11, 2024
1 parent 80e76db commit b64fa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def getModelDefs(self):
('name', ('str', {'lower': True}), {
'doc': 'A human friendly name for the source.'}),

('type', ('meta:source:type:taxonomy', {'lower': True}), {
('type', ('meta:source:type:taxonomy', {}), {
'doc': 'The type of source.'}),

('url', ('inet:url', {}), {
Expand Down

0 comments on commit b64fa6a

Please sign in to comment.