Skip to content

Commit

Permalink
Update migrations info about hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed May 10, 2021
1 parent c9f9072 commit da1db71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/migrations/4.2.0_4.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,10 @@ GO
DROP INDEX i_muc_light_blocking ON muc_light_blocking;
GO
```


## Groupchat hook migrations

- `filter_room_packet` hook uses a map insted of a proplist
for the event data information.
- `room_send_packet` hook has been removed. Use `filter_room_packet` instead.

0 comments on commit da1db71

Please sign in to comment.