MatrixSynapse/synapse/appservice
Luke Barnard 97bd18af4e Add automagical AS Publicised Group(s)
via registration file "users" namespace:

```YAML
...
namespaces:
  users:
    - exclusive: true
      regex: '.*luke.*'
      group_id: '+all_the_lukes:hsdomain'
...
```

This is part of giving App Services their own groups for matching users. With this, ghost users will be given the appeareance that they are in a group and that they have publicised the fact, but _only_ from the perspective of the `get_publicised_groups_for_user` API.
2017-11-16 16:44:55 +00:00
..
__init__.py Add automagical AS Publicised Group(s) 2017-11-16 16:44:55 +00:00
api.py Do logcontexts outside ResponseCache 2017-10-25 15:21:08 +01:00
scheduler.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00