| @@ -72,8 +72,15 @@ | ||
| 72 | 72 | */ |
| 73 | 73 | public $frontend; |
| 74 | 74 | |
| 75 | 75 | /** |
| 76 | + * A reference to the Link_Preview object. | |
| 77 | + * | |
| 78 | + * @var Link_Preview | |
| 79 | + */ | |
| 80 | + public $link_preview; | |
| 81 | + | |
| 82 | + /** | |
| 76 | 83 | * A reference to the REST object. |
| 77 | 84 | * |
| 78 | 85 | * @var REST |
| 79 | 86 | */ |
| @@ -124,8 +131,10 @@ | ||
| 124 | 131 | $this->frontend = new Frontend( $this ); |
| 125 | 132 | $this->reactions = new Reactions( $this ); |
| 126 | 133 | $this->rest = new REST( $this ); |
| 127 | 134 | $this->abilities = new Abilities( $this ); |
| 135 | + | |
| 136 | + $this->link_preview = new Link_Preview( $this ); | |
| 128 | 137 | |
| 129 | 138 | new Third_Parties( $this ); |
| 130 | 139 | new Blocks( $this ); |
| 131 | 140 | new Logging( $this ); |