diff options
| -rw-r--r-- | core_changes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core_changes.md b/core_changes.md index 730bb1e..fe99d55 100644 --- a/core_changes.md +++ b/core_changes.md @@ -24,6 +24,7 @@ 6. Allow Mailman core to send events to Postorius, HyperKitty and any app that subscribes through a new REST api call with a callback. - [#329](https://gitlab.com/mailman/mailman/issues/329) + - Also add an `IEvent` interface, as currently events don't implement any interface at all. 7. Drop `ext_dir`. @@ -53,4 +54,4 @@ 2. Add a dropdown list-style selection field to list creation template + view. - 3. Let Postorius and HyperKitty subscribe to receive events from Mailman Core.
\ No newline at end of file + 3. Let Postorius and HyperKitty subscribe to receive events from Mailman Core, add an API route to receive them in django-mailman3.
\ No newline at end of file |
