discourse/app
David Taylor 275849771f
DEV: Emit a 'change' event when PresenceChannel info changes (#17088)
e.g.

```
presenceChannel = this.presence.getChannel('/blah');
presenceChannel.subscribe();
presenceChannel.on('change', (channel) => console.log(channel.users));
```

This commit also does some refactoring to remove the use of an unnecessary EmberObject and dynamic `defineProperty` call
2022-06-15 16:13:44 +01:00
..
assets DEV: Emit a 'change' event when PresenceChannel info changes (#17088) 2022-06-15 16:13:44 +01:00
controllers FIX: Remove tags from experimental sidebar on notification level changed (#17083) 2022-06-14 15:39:56 +08:00
helpers FIX: Do not use SVGs for twitter:image metadata (#16973) 2022-06-03 09:02:57 +10:00
jobs FEATURE: Create upload_references table (#16146) 2022-06-09 09:24:30 +10:00
mailers FEATURE: Log the SMTP response in EmailLog (#17056) 2022-06-15 10:28:30 +10:00
models FEATURE: Log the SMTP response in EmailLog (#17056) 2022-06-15 10:28:30 +10:00
serializers FIX: Remove tags from experimental sidebar on notification level changed (#17083) 2022-06-14 15:39:56 +08:00
services FIX: Send quote notifications to correct users when prioritizing full names (#17030) 2022-06-09 11:52:28 -05:00
views FEATURE: Promote polymorphic bookmarks to default and migrate (#16729) 2022-05-23 10:07:15 +10:00