# הודעת דהפריקציה: twitter\_summary\_large\_image הוחלף ב-x\_summary\_large\_image

**URL:** https://meta.discourse.org/t/deprecation-notice-twitter-summary-large-image-replaced-with-x-summary-large-image/357686
**Category:** Support
**Created:** [18 במרץ,‏ 2025,‏ 2:22am UTC](https://meta.discourse.org/t/deprecation-notice-twitter-summary-large-image-replaced-with-x-summary-large-image/357686 "2025-03-18T02:22:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![emonunix](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/emonunix/32/485652_2.png) [@emonunix](https://meta.discourse.org/u/emonunix)
#### Post date: [18 במרץ,‏ 2025,‏ 2:22am UTC](https://meta.discourse.org/t/deprecation-notice-twitter-summary-large-image-replaced-with-x-summary-large-image/357686/1 "2025-03-18T02:22:12Z")

</div>

Hello community,  
I’m encountering the following deprecation warning in my Discourse logs:

```plaintext
Deprecation notice: 'SiteSetting.twitter_summary_large_image’ has been deprecated. Please use ‘SiteSetting.x_summary_large_image’ instead. (removal in Discourse 3.4) At /var/www/discourse/app/models/

```

![The image contains a warning message stating that has been deprecated and instructs users to use in Discourse version 3.4 instead, with a path to an example. (Captioned by AI)](https://global.discourse-cdn.com/meta/optimized/4X/a/6/6/a664e34f687bf77f3eeb7175a23f0e6a25b6f51e_2_690x19.png)

The message suggests that `twitter_summary_large_image` is being phased out in favor of `x_summary_large_image` in an upcoming update.

Has anyone else seen this? Does this require manual changes, or will Discourse automatically update it?

Any guidance would be appreciated!

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [18 במרץ,‏ 2025,‏ 3:06pm UTC](https://meta.discourse.org/t/deprecation-notice-twitter-summary-large-image-replaced-with-x-summary-large-image/357686/3 "2025-03-18T15:06:46Z")

</div>

Hey,

No worries; a migration is in place to handle the change automatically.

The warning should be gone after this PR [FIX: twitter\_summary\_large\_image is renamed to x by KrisKotlarek · Pull Request #31870 · discourse/discourse · GitHub](https://github.com/discourse/discourse/pull/31870).

---

<div class="post-metadata">

### Author: ![emonunix](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/emonunix/32/485652_2.png) [@emonunix](https://meta.discourse.org/u/emonunix)
#### Post date: [18 במרץ,‏ 2025,‏ 6:45pm UTC](https://meta.discourse.org/t/deprecation-notice-twitter-summary-large-image-replaced-with-x-summary-large-image/357686/4 "2025-03-18T18:45:34Z")

</div>

Hey,  
Thanks a lot for your help.
